git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2064 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
58959b8930
commit
6853ce28a4
1 changed files with 13 additions and 14 deletions
|
|
@ -10,7 +10,8 @@
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES(
|
||||||
# include CUDA source directory
|
|
||||||
|
# include CUDA source directory
|
||||||
${CUDA_SRC_DIR}
|
${CUDA_SRC_DIR}
|
||||||
# include NVIDIA source directory
|
# include NVIDIA source directory
|
||||||
${NVIDIA_SRC_DIR}
|
${NVIDIA_SRC_DIR}
|
||||||
|
|
@ -40,13 +41,11 @@ LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${NVIDIA_LIB_DIR} ${CUDA_LIB_DIR}
|
||||||
### 3) Define your targets and link the librairies
|
### 3) Define your targets and link the librairies
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
||||||
CUDA_ADD_EXECUTABLE(CutestSimpleHC1 testSimpleHC.cu)
|
CUDA_ADD_EXECUTABLE(CutestSimpleHC_GPU testSimpleHC.cu)
|
||||||
#CUDA_ADD_EXECUTABLE(CutestSimpleTS testSimpleTS.cu)
|
CUDA_ADD_EXECUTABLE(CutestSimpleTS_GPU testSimpleTS.cu)
|
||||||
|
|
||||||
TARGET_LINK_LIBRARIES(CutestSimpleHC1 eoutils ga eo libcutil.a)
|
TARGET_LINK_LIBRARIES(CutestSimpleHC_GPU eoutils ga eo libcutil.a)
|
||||||
#TARGET_LINK_LIBRARIES(CutestSimpleTS eoutils ga eo libcutil.a)
|
TARGET_LINK_LIBRARIES(CutestSimpleTS_GPU eoutils ga eo libcutil.a)
|
||||||
|
|
||||||
|
|
||||||
######################################################################################
|
|
||||||
|
|
||||||
ADD_SUBDIRECTORY(instances)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue