]> Creatis software - bbtk.git/blobdiff - kernel/cmake/BBTKConfigurePackage.cmake
First stage of 'Keyword'
[bbtk.git] / kernel / cmake / BBTKConfigurePackage.cmake
index 3d41137ae42fa24da118dc4226ecfb13b1757288..f752ef49b392d4cc9faa97a893b5fbe82efe47b3 100644 (file)
@@ -1,8 +1,7 @@
 #---------------------------------------------------------------------------
-# If not a core package must find bbtk and include necessary cmake scripts
+# If not a core package must include necessary cmake scripts
 IF(NOT BBTK_CORE_PACKAGE)
 ## TO DO 
-# FIND_LIBRARY(BBTK)
 # INCLUDE(${BBTK_DIR}/BBTKMacros.cmake)
 # INCLUDE(${BBTK_DIR}/BBTKFindLibraries.cmake)
 # etc.
@@ -96,8 +95,8 @@ IF(BUILD_BBTK_PACKAGE_${BBTK_PACKAGE_NAME})
   #---------------------------------------------------------------------------
   # Recurse into subdirs
   SUBDIRS(src)
-#  SUBDIRS(doc)
-#  SUBDIRS(bbs)
+  SUBDIRS(doc)
+  SUBDIRS(bbs)
 #---------------------------------------------------------------------------