###################################################################################### ### 0) Need lesson2 directory ###################################################################################### SET(TUTORIAL_LESSON2_DIR ${CMAKE_CURRENT_SOURCE_DIR}) ###################################################################################### ###################################################################################### ### 5) Where should CMake go now ? ###################################################################################### SUBDIRS(src) ######################################################################################