]> Creatis software - bbtk.git/blobdiff - packages/CMakeLists.txt
Fixed (sure ? to test extensively) the problem with vtk-inherited black boxes desallo...
[bbtk.git] / packages / CMakeLists.txt
index 81f38064f253bb6ab14575da8bb3f1960295eb2f..0f850b31c7aff074c2f9a1428fc7674fc3b6e211 100644 (file)
@@ -8,5 +8,14 @@ SUBDIRS(toolsbbtk)
 SUBDIRS(wxvtk)
 SUBDIRS(itkvtk)
 SUBDIRS(demo)
-#SUBDIRS(creaReaders)
+SUBDIRS(appli)
+IF(BBTK_USE_KWWIDGETS)
+  SUBDIRS(kw)
+ENDIF(BBTK_USE_KWWIDGETS)
 #-----------------------------------------------------------------------------
+
+
+CONFIGURE_FILE(TestPackages.bbs 
+  ${PROJECT_BINARY_DIR}/TestPackages.bbs
+  COPYONLY
+  )