update cmake for independant package ParadisEO-GPU

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2571 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-12-16 17:56:26 +00:00
commit a4de63f228

View file

@ -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
@ -46,4 +44,4 @@ TARGET_LINK_LIBRARIES(GPUtestSimpleHCByCpy eoutils ga eo)
TARGET_LINK_LIBRARIES(GPUtestSimpleTS eoutils ga eo)
TARGET_LINK_LIBRARIES(GPUtestSimulatedAnnealing eoutils ga eo)
######################################################################################
######################################################################################