From 5b734537f6040450fe4f565a0cb9e75aea47247b Mon Sep 17 00:00:00 2001 From: tlegrand Date: Wed, 19 Sep 2007 11:32:47 +0000 Subject: [PATCH] Added basic CMake file --- eo/Tutorial/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 eo/Tutorial/CMakeLists.txt 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) + +######################################################################################