]> Creatis software - bbtk.git/blobdiff - samples/CMakeLists.txt
*** empty log message ***
[bbtk.git] / samples / CMakeLists.txt
index 3f409c0946a1f5f587e6beda770a49311077d672..f7d270fc0f409e2ab58b95deb8667a39454986ba 100644 (file)
@@ -14,5 +14,7 @@ PROJECT(BBTK_SAMPLES)
 
 SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})
 
-SUBDIRS(SampleWidgetsBase)
-SUBDIRS(SampleOutputObserver)
+ADD_SUBDIRECTORY(SampleWidgetsBase)
+ADD_SUBDIRECTORY(SampleOutputObserver)
+ADD_SUBDIRECTORY(SampleInsertWxBlackBoxInOwnFrame)
+ADD_SUBDIRECTORY(SampleInterpreter)