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

This commit is contained in:
atantar 2007-07-02 10:55:25 +00:00
commit ec22cf9d34
16 changed files with 814 additions and 1 deletions

View file

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