######################################################################################
### 0) Need lesson1 directory
######################################################################################

SET(TUTORIAL_LESSON1_DIR ${CMAKE_CURRENT_SOURCE_DIR})

######################################################################################

######################################################################################
### 5) Where should CMake go now ?
######################################################################################

SUBDIRS(src)

######################################################################################

