Migration from SVN
This commit is contained in:
parent
d7d6c3a217
commit
8cd56f37db
29069 changed files with 0 additions and 4096888 deletions
22
moeo/tutorial/CMakeLists.txt
Normal file
22
moeo/tutorial/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
######################################################################################
|
||||
### 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue