Now compiles (does not work though)

This commit is contained in:
jpekkila
2019-08-02 15:15:18 +03:00
parent 567ad61465
commit 5f2378e91b
4 changed files with 158 additions and 125 deletions

View File

@@ -34,5 +34,5 @@ endif ()
## Create and link the library
include_directories(.)
cuda_add_library(astaroth_core STATIC astaroth.cu device.cu)
cuda_add_library(astaroth_core STATIC astaroth.cu device.cu node.cu)
target_link_libraries(astaroth_core m)