updated
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2452 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2450bf13ff
commit
d22a6a9d20
1 changed files with 3 additions and 12 deletions
|
|
@ -1,10 +1,3 @@
|
|||
##############################################################################
|
||||
##
|
||||
## CMakeLists file for OneMax Example/application
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 1) Include the sources
|
||||
######################################################################################
|
||||
|
|
@ -13,8 +6,6 @@ INCLUDE_DIRECTORIES(
|
|||
|
||||
# include CUDA source directory
|
||||
${CUDA_SRC_DIR}
|
||||
# include NVIDIA source directory
|
||||
${NVIDIA_SRC_DIR}
|
||||
# include EO source directory
|
||||
${PARADISEO_EO_SRC_DIR}/src
|
||||
# include MO source directory
|
||||
|
|
@ -33,7 +24,7 @@ INCLUDE_DIRECTORIES(
|
|||
### 2) Specify where CMake can find the libraries
|
||||
######################################################################################
|
||||
|
||||
LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${NVIDIA_LIB_DIR} ${CUDA_LIB_DIR} )
|
||||
LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${CUDA_LIB_DIR} )
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
|
@ -44,7 +35,7 @@ LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${NVIDIA_LIB_DIR} ${CUDA_LIB_DIR}
|
|||
CUDA_ADD_EXECUTABLE(GPU_testSimpleHC testSimpleHC.cu)
|
||||
CUDA_ADD_EXECUTABLE(GPU_testSimpleTS testSimpleTS.cu)
|
||||
|
||||
TARGET_LINK_LIBRARIES(GPU_testSimpleHC eoutils ga eo ${cutil})
|
||||
TARGET_LINK_LIBRARIES(GPU_testSimpleTS eoutils ga eo ${cutil})
|
||||
TARGET_LINK_LIBRARIES(GPU_testSimpleHC eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(GPU_testSimpleTS eoutils ga eo)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue