paradiseo/trunk/paradiseo-mo/tutorial/Lesson3/CMakeLists.txt
legrand 329738a589 deleted old makefiles and executables, added CMake config files
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@445 331e1502-861f-0410-8da2-ba01fb791d7f
2007-06-28 13:00:40 +00:00

19 lines
No EOL
660 B
CMake

######################################################################################
### 0) Need lesson3 directory
######################################################################################
SET(TUTORIAL_LESSON3_DIR ${CMAKE_CURRENT_SOURCE_DIR})
######################################################################################
######################################################################################
### 1) Where must cmake go now ?
######################################################################################
SUBDIRS(src)
######################################################################################