diff --git a/branches/cmakemodif/paradiseo-moeo/tutorial/Lesson3/CMakeLists.txt b/branches/cmakemodif/paradiseo-moeo/tutorial/Lesson3/CMakeLists.txt index 4d818f5b1..7f78729e0 100644 --- a/branches/cmakemodif/paradiseo-moeo/tutorial/Lesson3/CMakeLists.txt +++ b/branches/cmakemodif/paradiseo-moeo/tutorial/Lesson3/CMakeLists.txt @@ -40,9 +40,9 @@ IF(CMAKE_GENERATOR STREQUAL "Visual Studio 8 2005" OR CMAKE_GENERATOR STREQUAL " ${ParadisEO-MOEO_BINARY_DIR}/tutorial/examples/flowshop/benchs/100_20_01.txt ${ParadisEO-MOEO_BINARY_DIR}/tutorial/examples/flowshop/benchs/200_10_01.txt ) - ADD_EXECUTABLE(FlowShopEA + ADD_EXECUTABLE(FlowShopEA2 FlowShopEA2.cpp - ${ParadisEO-MOEO_BINARY_DIR}/tutorial/Lesson2/FlowShopEA2.param + ${ParadisEO-MOEO_BINARY_DIR}/tutorial/Lesson3/FlowShopEA2.param ${ParadisEO-MOEO_BINARY_DIR}/tutorial/examples/flowshop/benchs/020_05_01.txt ${ParadisEO-MOEO_BINARY_DIR}/tutorial/examples/flowshop/benchs/020_05_02.txt ${ParadisEO-MOEO_BINARY_DIR}/tutorial/examples/flowshop/benchs/020_10_01.txt