Skip to content

Commit

Permalink
Merge pull request hornet-gt#19 from foxjas/master
Browse files Browse the repository at this point in the history
fixed CMakeLists to include all sources
  • Loading branch information
foxjas authored Sep 11, 2018
2 parents 8b08fe1 + 846d3cb commit 685238f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ include_directories(externals/hornet/externals/xlib/include)

include(externals/hornet/externals/xlib/util/CMakeLists.txt)
#-------------------------------------------------------------------------------
file(GLOB_RECURSE CU_SRCS ${PROJECT_SOURCE_DIR}/src/*triangle*.cu)
file(GLOB_RECURSE CPP_SRCS ${PROJECT_SOURCE_DIR}/externals/xlib/src/*triangle*.cu)
file(GLOB_RECURSE CU_SRCS ${PROJECT_SOURCE_DIR}/src/*)
file(GLOB_RECURSE CPP_SRCS ${PROJECT_SOURCE_DIR}/externals/xlib/src/*)

cuda_add_library(hornetAlg ${CU_SRCS})
#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 685238f

Please sign in to comment.