git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@482 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
atantar 2007-07-02 08:54:00 +00:00
commit 7ae8299956
8 changed files with 494 additions and 30 deletions

View file

@ -0,0 +1,16 @@
######################################################################################
### 0) Need lesson1 directory
######################################################################################
SET(TUTORIAL_LESSON3_DIR ${CMAKE_CURRENT_SOURCE_DIR})
######################################################################################
######################################################################################
### 1) Where must cmake go now ?
######################################################################################
SUBDIRS(src)
######################################################################################