mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 17:54:27 +00:00
Set up cmake to compile library
This commit is contained in:
6
src/CMakeLists.txt
Normal file
6
src/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
set(LAYER_SOURCES layers/dense.cpp)
|
||||
|
||||
add_library(CUDANet
|
||||
utils/cuda_helper.cpp
|
||||
${LAYER_SOURCES}
|
||||
)
|
||||
Reference in New Issue
Block a user