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