X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2FCMakeLists.txt;h=0f850b31c7aff074c2f9a1428fc7674fc3b6e211;hb=510cbb97551ad78ab9e2cb2ac1a956fbcc5020b0;hp=e1c3f6b0b1f5749d9fe21642d9f527fcfb846c0b;hpb=6415d635327ce5d9058a45cc6f350551af2adff5;p=bbtk.git diff --git a/packages/CMakeLists.txt b/packages/CMakeLists.txt index e1c3f6b..0f850b3 100644 --- a/packages/CMakeLists.txt +++ b/packages/CMakeLists.txt @@ -5,7 +5,17 @@ SUBDIRS(wx) SUBDIRS(itk) SUBDIRS(vtk) SUBDIRS(toolsbbtk) -SUBDIRS(test) SUBDIRS(wxvtk) SUBDIRS(itkvtk) +SUBDIRS(demo) +SUBDIRS(appli) +IF(BBTK_USE_KWWIDGETS) + SUBDIRS(kw) +ENDIF(BBTK_USE_KWWIDGETS) #----------------------------------------------------------------------------- + + +CONFIGURE_FILE(TestPackages.bbs + ${PROJECT_BINARY_DIR}/TestPackages.bbs + COPYONLY + )