From 108e954c22c19a9cec50f855e74b2bac72abb918 Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 5 Jul 2007 09:28:03 +0000 Subject: [PATCH] added cmake config git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@538 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/tutorial/examples/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 trunk/paradiseo-moeo/tutorial/examples/CMakeLists.txt diff --git a/trunk/paradiseo-moeo/tutorial/examples/CMakeLists.txt b/trunk/paradiseo-moeo/tutorial/examples/CMakeLists.txt new file mode 100644 index 000000000..eae35f629 --- /dev/null +++ b/trunk/paradiseo-moeo/tutorial/examples/CMakeLists.txt @@ -0,0 +1,9 @@ + + +###################################################################################### +### 1) Where must cmake go now ? +###################################################################################### + +SUBDIRS(flowshop) + +###################################################################################### \ No newline at end of file