X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2FCMakeLists.txt;h=c4d750e6d6660bcff983abfe5373b628859fccdd;hb=98e18224b83c6955a804d79d4e7083626ea8afcd;hp=d545116a45d97f97e4cf19b6c71f87645f0e9136;hpb=f303df63e2a2e33d698c974858f288058d980ae4;p=bbtk.git diff --git a/packages/CMakeLists.txt b/packages/CMakeLists.txt index d545116..c4d750e 100644 --- a/packages/CMakeLists.txt +++ b/packages/CMakeLists.txt @@ -1,10 +1,26 @@ -SET(BBTK_CORE_PACKAGE ON) - #----------------------------------------------------------------------------- -#SUBDIRS(void) SUBDIRS(std) SUBDIRS(wx) SUBDIRS(itk) SUBDIRS(vtk) +SUBDIRS(toolsbbtk) +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 + )