paradiseo/moeo/tutorial/CMakeLists.txt
canape 23df679f51 some modifications for EDO
You have to sove this problems:
EDO: t-dispatcher-round (commented)
MOOE: Lesson4 (commented)
MO: t-moRndIndexedVectorTabuList (commented)
2013-02-07 14:43:11 +01:00

22 lines
924 B
CMake

######################################################################################
### 0) Include MO sources
######################################################################################
include_directories(${MO_SRC_DIR}/src)
######################################################################################
### 1) Define flowshop paths
######################################################################################
set(FLOWSHOP_SRC_DIR ${MOEO_SRC_DIR}/tutorial/examples/flowshop)
set(FLOWSHOP_BINARY_DIR ${MOEO_BIN_DIR}/tutorial/examples/flowshop)
######################################################################################
### 2) Include lessons subdirectories
######################################################################################
add_subdirectory(examples)
add_subdirectory(Lesson1)
add_subdirectory(Lesson2)
add_subdirectory(Lesson3)
#add_subdirectory(Lesson4)