flowshopd --> flowshop (lib)

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@478 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-06-29 15:02:48 +00:00
commit 4409c4ba8c

View file

@ -95,7 +95,7 @@ ELSEIF(WIN32)
IF (CMAKE_BUILD_TYPE STREQUAL Debug)
TARGET_LINK_LIBRARIES(FlowShopEA moeo)
TARGET_LINK_LIBRARIES(FlowShopEA flowshopd)
TARGET_LINK_LIBRARIES(FlowShopEA flowshop)
TARGET_LINK_LIBRARIES(FlowShopEA eod)
TARGET_LINK_LIBRARIES(FlowShopEA eoutilsd)
ELSEIF(CMAKE_BUILD_TYPE STREQUAL Release)