cmake file up-to-date
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1019 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
7950c5c797
commit
535da7897e
1 changed files with 20 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue