X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2FCMakeLists.txt;h=0f850b31c7aff074c2f9a1428fc7674fc3b6e211;hb=763650a6180770f5d169eaef1dd01838115a9eda;hp=7945af19e27b4dc996f0ccef3b4ef8694ea751ba;hpb=888f2592d143847b6598d947cd037162c4fb90c6;p=bbtk.git diff --git a/packages/CMakeLists.txt b/packages/CMakeLists.txt index 7945af1..0f850b3 100644 --- a/packages/CMakeLists.txt +++ b/packages/CMakeLists.txt @@ -1,10 +1,21 @@ #----------------------------------------------------------------------------- -#SUBDIRS(void) SUBDIRS(std) SUBDIRS(wx) SUBDIRS(itk) SUBDIRS(vtk) -SUBDIRS(bbtkTools) -SUBDIRS(test) +SUBDIRS(toolsbbtk) +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 + )