X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=samples%2FCMakeLists.txt;h=f7d270fc0f409e2ab58b95deb8667a39454986ba;hb=6ae2f1552359300e6a9b08c6d9836239037310e2;hp=3f409c0946a1f5f587e6beda770a49311077d672;hpb=e746553dde41260204aae07b809f484544de10b9;p=bbtk.git diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 3f409c0..f7d270f 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -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)