Migration from SVN

This commit is contained in:
quemy 2012-08-30 11:30:11 +02:00
commit 8cd56f37db
29069 changed files with 0 additions and 4096888 deletions

View file

@ -0,0 +1,23 @@
# Lesson 4
######################################################################################
### 0) Define files
######################################################################################
set(files FlowShopDMLS)
######################################################################################
### 1) Create the lesson
######################################################################################
add_lesson(moeo Lesson4 "${files}")
include_directories(${EO_SRC_DIR}/src)
include_directories(${MOEO_SRC_DIR}/src)
include_directories(${FLOWSHOP_SRC_DIR})
######################################################################################
### 2) Include dependencies
######################################################################################
target_link_libraries(FlowShopDMLS moeo flowshop eo eoutils)