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