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