added "meta-model" examples (cpp + cmake config)

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1186 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2008-04-02 15:43:27 +00:00
commit c47339de7a
6 changed files with 111 additions and 1 deletions

View file

@ -14,6 +14,6 @@ SET(FLOWSHOP_BIN_DIR "${MOEO_BIN_DIR}/tutorial/examples/flowshop" CACHE PATH "Fl
### 2) Where must cmake go now ?
######################################################################################
SUBDIRS(examples Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 Lesson6)
SUBDIRS(examples Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 Lesson6 Meta-models)
######################################################################################