Fix the use of ENAMBE_CMAKE_EXAMPLE and _TESTING with eo

This commit is contained in:
quemy 2012-11-03 15:48:57 +01:00
commit c9d06e6b17
2 changed files with 17 additions and 12 deletions

View file

@ -2,15 +2,11 @@
### 1) Where must cmake go now ?
######################################################################################
IF(ENABLE_EO_TUTORIAL)
ADD_SUBDIRECTORY(Lesson1)
ADD_SUBDIRECTORY(Lesson2)
ADD_SUBDIRECTORY(Lesson3)
ADD_SUBDIRECTORY(Lesson4)
ADD_SUBDIRECTORY(Lesson5)
ADD_SUBDIRECTORY(Lesson6)
ENDIF()
ADD_SUBDIRECTORY(Lesson1)
ADD_SUBDIRECTORY(Lesson2)
ADD_SUBDIRECTORY(Lesson3)
ADD_SUBDIRECTORY(Lesson4)
ADD_SUBDIRECTORY(Lesson5)
ADD_SUBDIRECTORY(Lesson6)
######################################################################################