X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2FCMakeLists.txt;h=0f850b31c7aff074c2f9a1428fc7674fc3b6e211;hb=763650a6180770f5d169eaef1dd01838115a9eda;hp=58b90b22974a20a8428b9db345c79b2f7615c727;hpb=c0e5c17c45ecb106079122fcf1c7005b173092e5;p=bbtk.git diff --git a/packages/CMakeLists.txt b/packages/CMakeLists.txt index 58b90b2..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(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 + )