update the srcs

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2635 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2012-01-12 10:26:51 +00:00
commit 104c63bf35

View file

@ -31,16 +31,25 @@ LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${CUDA_DIR}/lib )
### 3) Define your targets and link the librairies ### 3) Define your targets and link the librairies
###################################################################################### ######################################################################################
SET (TEST_LIST SET (TEST_LIST
t-moGPUBitVector
t-moGPUIntVector
t-moGPURealVector
t-moGPUPermutationVector
t-moGPUMemory
t-moGPUObject
t-moGPUBitNeighbor t-moGPUBitNeighbor
t-moGPUBitVector
t-moGPUEvalOneMax
t-moGPUIntVector
t-moGPUMemory
t-moGPUNeighborhoodSizeUtils
t-moGPUObject
t-moGPUOneMaxIncrEval
t-moGPUPermutationVector
t-moGPURealVector
t-moGPUTimer
t-moGPUXBitFlippingNeighbor t-moGPUXBitFlippingNeighbor
t-moGPUXChangeNeighbor
t-moGPUXChangeNeighborhood
t-moGPUXSwapNeighbor t-moGPUXSwapNeighbor
t-moXBitFlippingNeighbor
t-moXSwapNeighbor
) )
FOREACH (test ${TEST_LIST}) FOREACH (test ${TEST_LIST})
@ -56,6 +65,9 @@ IF(ENABLE_CMAKE_TESTING)
ADD_TEST(${test} ${test}) ADD_TEST(${test} ${test})
ENDFOREACH (test) ENDFOREACH (test)
######################################################################################
### 4) Link the librairies for your target(s)
######################################################################################
# Link the librairies # Link the librairies
FOREACH (test ${TEST_LIST}) FOREACH (test ${TEST_LIST})
TARGET_LINK_LIBRARIES(${test} ga es eoutils eo) TARGET_LINK_LIBRARIES(${test} ga es eoutils eo)