git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2528 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
d03bcee34e
commit
5e2649db05
13 changed files with 5 additions and 1724 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
INCLUDE_DIRECTORIES(
|
||||
|
||||
# include CUDA source directory
|
||||
${GPU_SRC_DIR}
|
||||
# include EO source directory
|
||||
${EO_SRC_DIR}/src
|
||||
# include MO source directory
|
||||
|
|
@ -22,7 +24,7 @@ INCLUDE_DIRECTORIES(
|
|||
### 2) Specify where CMake can find the libraries
|
||||
######################################################################################
|
||||
|
||||
LINK_DIRECTORIES(${EO_BIN_DIR}/lib)
|
||||
LINK_DIRECTORIES(${EO_BIN_DIR}/lib ${CUDA_DIR}/lib )
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
|
@ -34,4 +36,4 @@ CUDA_ADD_EXECUTABLE(testSimpleTS_CPU testSimpleTS_CPU.cu)
|
|||
CUDA_ADD_EXECUTABLE(testSimpleHC_CPU testSimpleHC_CPU.cu)
|
||||
|
||||
TARGET_LINK_LIBRARIES(testSimpleTS_CPU eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(testSimpleHC_CPU eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(testSimpleHC_CPU eoutils ga eo)
|
||||
Loading…
Add table
Add a link
Reference in a new issue