cmake files added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@431 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-06-28 12:06:43 +00:00
commit 56f990a0a9
8 changed files with 484 additions and 119 deletions

View file

@ -0,0 +1,17 @@
######################################################################################
### 0) Need lesson2 directory
######################################################################################
SET(TUTORIAL_LESSON2_DIR ${CMAKE_CURRENT_SOURCE_DIR})
######################################################################################
######################################################################################
### 5) Where should CMake go now ?
######################################################################################
SUBDIRS(src)
######################################################################################