paradiseo/trunk/paradiseo-peo/tutorial/Walkthrough/CMakeLists.txt

16 lines
666 B
CMake

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