update cmake for independant package ParadisEO-GPU
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2572 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
a4de63f228
commit
2e55db1288
1 changed files with 1 additions and 3 deletions
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
INCLUDE_DIRECTORIES(
|
||||
|
||||
# include CUDA source directory
|
||||
${GPU_SRC_DIR}
|
||||
# include EO source directory
|
||||
${EO_SRC_DIR}/src
|
||||
# include MO source directory
|
||||
|
|
@ -24,7 +22,7 @@ INCLUDE_DIRECTORIES(
|
|||
### 2) Specify where CMake can find the libraries
|
||||
######################################################################################
|
||||
|
||||
LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${CUDA_LIB_DIR} )
|
||||
LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${CUDA_DIR}/lib )
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue