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

@ -32,15 +32,24 @@ LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${CUDA_DIR}/lib )
######################################################################################
SET (TEST_LIST
t-moGPUBitVector
t-moGPUIntVector
t-moGPURealVector
t-moGPUPermutationVector
t-moGPUMemory
t-moGPUObject
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-moGPUXChangeNeighbor
t-moGPUXChangeNeighborhood
t-moGPUXSwapNeighbor
t-moXBitFlippingNeighbor
t-moXSwapNeighbor
)
FOREACH (test ${TEST_LIST})
@ -56,6 +65,9 @@ IF(ENABLE_CMAKE_TESTING)
ADD_TEST(${test} ${test})
ENDFOREACH (test)
######################################################################################
### 4) Link the librairies for your target(s)
######################################################################################
# Link the librairies
FOREACH (test ${TEST_LIST})
TARGET_LINK_LIBRARIES(${test} ga es eoutils eo)