From 95d2ab0e6eef153a2cd87a019b5a1f4e01051bb9 Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 5 Jul 2007 08:51:23 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@530 331e1502-861f-0410-8da2-ba01fb791d7f --- .../tutorial/Lesson3/CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 trunk/paradiseo-peo/tutorial/Lesson3/CMakeLists.txt diff --git a/trunk/paradiseo-peo/tutorial/Lesson3/CMakeLists.txt b/trunk/paradiseo-peo/tutorial/Lesson3/CMakeLists.txt deleted file mode 100644 index d6f57e2cf..000000000 --- a/trunk/paradiseo-peo/tutorial/Lesson3/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ - -###################################################################################### -### 0) Need lesson3 directory -###################################################################################### - -SET(TUTORIAL_LESSON3_DIR ${CMAKE_CURRENT_SOURCE_DIR}) - -###################################################################################### - -###################################################################################### -### 1) Where must cmake go now ? -###################################################################################### - -SUBDIRS(src) - -######################################################################################