diff --git a/eo/Tutorial/CMakeLists.txt b/eo/Tutorial/CMakeLists.txt new file mode 100644 index 000000000..1633bc852 --- /dev/null +++ b/eo/Tutorial/CMakeLists.txt @@ -0,0 +1,9 @@ + + +###################################################################################### +### 1) Where must cmake go now ? +###################################################################################### + +SUBDIRS(Lesson1 Lesson2 Lesson3 Lesson4 Lesson5) + +######################################################################################