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
|
|
@ -59,7 +59,7 @@ ENDIF(NOT DEFINED MOEO_DIR)
|
||||||
IF(NOT DEFINED EO_DIR OR NOT EO_DIR)
|
IF(NOT DEFINED EO_DIR OR NOT EO_DIR)
|
||||||
SET(EO_DIR ${EOdir} CACHE PATH "ParadisEO-EO main directory" FORCE) # given on the command line
|
SET(EO_DIR ${EOdir} CACHE PATH "ParadisEO-EO main directory" FORCE) # given on the command line
|
||||||
ELSE(NOT DEFINED EO_DIR OR NOT EO_DIR)
|
ELSE(NOT DEFINED EO_DIR OR NOT EO_DIR)
|
||||||
MESSAGE(STATUS "EOdir already defined in as ${EO_DIR}")
|
MESSAGE(STATUS "EOdir already defined as ${EO_DIR}")
|
||||||
ENDIF(NOT DEFINED EO_DIR OR NOT EO_DIR)
|
ENDIF(NOT DEFINED EO_DIR OR NOT EO_DIR)
|
||||||
|
|
||||||
# Set the main paths
|
# Set the main paths
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,14 @@ SET(FLOWSHOP_LIB_OUTPUT_PATH ${TUTORIAL_LESSON1_DIR}/build)
|
||||||
SET(LIBRARY_OUTPUT_PATH ${FLOWSHOP_LIB_OUTPUT_PATH})
|
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
|
# --> UNIX
|
||||||
IF(UNIX)
|
IF(UNIX)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue