From 535da7897ebcb5521e728055c3e92124f922a24c Mon Sep 17 00:00:00 2001 From: liefooga Date: Fri, 29 Feb 2008 10:22:18 +0000 Subject: [PATCH] cmake file up-to-date git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1019 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/test/CMakeLists.txt | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/trunk/paradiseo-moeo/test/CMakeLists.txt b/trunk/paradiseo-moeo/test/CMakeLists.txt index b8fe37c39..c19ba93ea 100644 --- a/trunk/paradiseo-moeo/test/CMakeLists.txt +++ b/trunk/paradiseo-moeo/test/CMakeLists.txt @@ -38,8 +38,26 @@ ENDIF(WIN32 AND NOT CYGWIN) ### 3) Define your targets and link the librairies ###################################################################################### -SET (TEST_LIST t-moeo) - +SET (TEST_LIST + t-moeo + t-moeoBitVector + t-moeoRealVector + t-moeoArchive + t-moeoParetoObjectiveVectorComparator + t-moeoAggregativeComparator + t-moeoDiversityThenFitnessComparator + t-moeoFitnessThenDiversityComparator + t-moeoAchievementFitnessAssignment + t-moeoExpBinaryIndicatorBasedFitnessAssignment + t-moeoFastNonDominatedSortingFitnessAssignment + t-moeoCrowdingDiversityAssignment + t-moeoSharingDiversityAssignment + t-moeoIBEA + t-moeoNSGA + t-moeoNSGAII + t-moeoEasyEA +) + FOREACH (test ${TEST_LIST}) SET ("T_${test}_SOURCES" "${test}.cpp") ENDFOREACH (test)