git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@431 331e1502-861f-0410-8da2-ba01fb791d7f
16 lines
660 B
CMake
16 lines
660 B
CMake
######################################################################################
|
|
### 0) Need lesson1 directory
|
|
######################################################################################
|
|
|
|
SET(TUTORIAL_LESSON1_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
######################################################################################
|
|
|
|
######################################################################################
|
|
### 5) Where should CMake go now ?
|
|
######################################################################################
|
|
|
|
SUBDIRS(src)
|
|
|
|
######################################################################################
|
|
|