X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2FCMakeLists.txt;h=211a1f8364e471541ed6244895c498725f62b522;hb=f346161adcdec4cf3dc3e1b8fac72a7bc43a5f50;hp=928170fa64474478b0ad03405916e1515c92adbd;hpb=d73a7833a28e6111e1e805efae5df3ab18a240e2;p=bbtk.git diff --git a/packages/CMakeLists.txt b/packages/CMakeLists.txt index 928170f..211a1f8 100644 --- a/packages/CMakeLists.txt +++ b/packages/CMakeLists.txt @@ -1,9 +1,29 @@ -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) + +IF(BBTK_USE_QT) + SUBDIRS(qt) +ENDIF(BBTK_USE_QT) #----------------------------------------------------------------------------- + + +CONFIGURE_FILE(TestPackages.bbs + ${PROJECT_BINARY_DIR}/TestPackages.bbs + COPYONLY + )