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) - -######################################################################################