From 5cddbdc6dc51f1ad7ead4208d223974f68cd35fe Mon Sep 17 00:00:00 2001 From: legrand Date: Tue, 26 Jun 2007 15:11:56 +0000 Subject: [PATCH] let's go with cmake git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@423 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/tutorial/Lesson1/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 trunk/paradiseo-moeo/tutorial/Lesson1/CMakeLists.txt diff --git a/trunk/paradiseo-moeo/tutorial/Lesson1/CMakeLists.txt b/trunk/paradiseo-moeo/tutorial/Lesson1/CMakeLists.txt new file mode 100644 index 000000000..f8a86f24e --- /dev/null +++ b/trunk/paradiseo-moeo/tutorial/Lesson1/CMakeLists.txt @@ -0,0 +1,8 @@ + +###################################################################################### +### 5) Where must cmake go now ? +###################################################################################### + +SUBDIRS(src) + +###################################################################################### \ No newline at end of file