diff --git a/trunk/paradiseo-moeo/tutorial/CMakeLists.txt b/trunk/paradiseo-moeo/tutorial/CMakeLists.txt new file mode 100644 index 000000000..1eb48a04b --- /dev/null +++ b/trunk/paradiseo-moeo/tutorial/CMakeLists.txt @@ -0,0 +1,8 @@ + +###################################################################################### +### 5) Where must cmake go now ? +###################################################################################### + +SUBDIRS(Lesson1 Lesson2) + +######################################################################################