From 9d9e5d4b3d2eab5fa572c925e767ef6430543986 Mon Sep 17 00:00:00 2001 From: liefooga Date: Fri, 15 Feb 2008 10:08:44 +0000 Subject: [PATCH] updated to Lesson1 and Lesson3 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@957 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/tutorial/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-moeo/tutorial/CMakeLists.txt b/trunk/paradiseo-moeo/tutorial/CMakeLists.txt index d9c7a70dc..b2958f508 100644 --- a/trunk/paradiseo-moeo/tutorial/CMakeLists.txt +++ b/trunk/paradiseo-moeo/tutorial/CMakeLists.txt @@ -13,6 +13,6 @@ SET(FLOWSHOP_BINARY_DIR ${ParadisEO-MOEO_BINARY_DIR}/tutorial/examples/flowshop) ### 2) Where must cmake go now ? ###################################################################################### -SUBDIRS(examples Lesson1 Lesson2) +SUBDIRS(examples Lesson1 Lesson3) ######################################################################################