]> Creatis software - bbtk.git/blobdiff - samples/CMakeLists.txt
Avoid warnings
[bbtk.git] / samples / CMakeLists.txt
index c6abdf67165c7111e41f0c3bd51b75b3c764c57d..f7d270fc0f409e2ab58b95deb8667a39454986ba 100644 (file)
@@ -14,6 +14,7 @@ PROJECT(BBTK_SAMPLES)
 
 SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})
 
-SUBDIRS(SampleWidgetsBase)
-SUBDIRS(SampleOutputObserver)
-SUBDIRS(SampleInsertWxBlackBoxInOwnFrame)
+ADD_SUBDIRECTORY(SampleWidgetsBase)
+ADD_SUBDIRECTORY(SampleOutputObserver)
+ADD_SUBDIRECTORY(SampleInsertWxBlackBoxInOwnFrame)
+ADD_SUBDIRECTORY(SampleInterpreter)