cmake changes
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@454 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
228069bada
commit
005ea58953
2 changed files with 9 additions and 2 deletions
|
|
@ -46,7 +46,14 @@ SET(FLOWSHOP_LIB_OUTPUT_PATH ${TUTORIAL_LESSON1_DIR}/build)
|
|||
SET(LIBRARY_OUTPUT_PATH ${FLOWSHOP_LIB_OUTPUT_PATH})
|
||||
|
||||
|
||||
SET (FLOWSHOP_SOURCES FlowShopBenchmarkParser.cpp FlowShopEval.cpp FlowShopInit.cpp FlowShopObjectiveVectorTraits.cpp FlowShopOpCrossoverQuad.cpp FlowShopOpMutationExchange.cpp FlowShopOpMutationShift.cpp FlowShop.cpp)
|
||||
SET (FLOWSHOP_SOURCES FlowShopBenchmarkParser.cpp
|
||||
FlowShopEval.cpp
|
||||
FlowShopInit.cpp
|
||||
FlowShopObjectiveVectorTraits.cpp
|
||||
FlowShopOpCrossoverQuad.cpp
|
||||
FlowShopOpMutationExchange.cpp
|
||||
FlowShopOpMutationShift.cpp
|
||||
FlowShop.cpp)
|
||||
|
||||
# --> UNIX
|
||||
IF(UNIX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue