From c80c387aaf9a3fb30dc33bc3e686d3e58037b06e Mon Sep 17 00:00:00 2001 From: canape Date: Tue, 16 Oct 2007 07:50:41 +0000 Subject: [PATCH] add lesson git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@729 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-peo/tutorial/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-peo/tutorial/CMakeLists.txt b/trunk/paradiseo-peo/tutorial/CMakeLists.txt index 00c6290e5..25beb9653 100644 --- a/trunk/paradiseo-peo/tutorial/CMakeLists.txt +++ b/trunk/paradiseo-peo/tutorial/CMakeLists.txt @@ -11,6 +11,6 @@ SET(TSP_BINARY_DIR ${ParadisEO-PEO_BINARY_DIR}/tutorial/examples/tsp) ### 2) Where must cmake go now ? ###################################################################################### -SUBDIRS(examples Lesson1 Lesson2 Lesson3 Walkthrough) +SUBDIRS(examples Lesson1 Lesson2 Lesson3 Lesson4 Walkthrough) ######################################################################################