moeod-->moeo (lib)

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@476 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-06-29 14:48:34 +00:00
commit 18b02ef13c
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ ELSEIF(WIN32)
ENDIF (NOT DEFINED CMAKE_BUILD_TYPE)
IF (CMAKE_BUILD_TYPE STREQUAL Debug)
TARGET_LINK_LIBRARIES(FlowShopEA moeod)
TARGET_LINK_LIBRARIES(FlowShopEA moeo)
TARGET_LINK_LIBRARIES(FlowShopEA flowshopd)
TARGET_LINK_LIBRARIES(FlowShopEA eod)
TARGET_LINK_LIBRARIES(FlowShopEA eoutilsd)

View file

@ -81,7 +81,7 @@ ELSEIF(WIN32)
ENDIF (NOT DEFINED CMAKE_BUILD_TYPE)
IF (CMAKE_BUILD_TYPE STREQUAL Debug)
TARGET_LINK_LIBRARIES(sch1 moeod)
TARGET_LINK_LIBRARIES(sch1 moeo)
TARGET_LINK_LIBRARIES(sch1 eod)
TARGET_LINK_LIBRARIES(sch1 eoutilsd)
ELSEIF(CMAKE_BUILD_TYPE STREQUAL Release)