]> Creatis software - bbtk.git/blobdiff - kernel/CMakeLists.txt
Added cmake option BUILD_BBS_APPLI_BINARIES which allows to compile package appli...
[bbtk.git] / kernel / CMakeLists.txt
index af6806c02928007ef2f15f37c180365982c9137d..8526ed6fffbeed223947c552bb1e69cc6136e76d 100644 (file)
@@ -5,14 +5,27 @@ SUBDIRS(src)
 
 #-----------------------------------------------------------------------------
 # Documentation
-#SUBDIRS(doc)
+SUBDIRS(doc)
 #-----------------------------------------------------------------------------
 
 #-----------------------------------------------------------------------------
 # Applications (bbi, bbfy...)
-OPTION(BUILD_APPLICATIONS "Build Applications (bbi, bbfy, ...)" ON)
 IF(BUILD_APPLICATIONS)
    SUBDIRS(appli)
 ENDIF(BUILD_APPLICATIONS)
 #-----------------------------------------------------------------------------
 
+#-----------------------------------------------------------------------------
+# Recurse into cmake folder to install files
+SUBDIRS(cmake)
+#-----------------------------------------------------------------------------
+
+
+#-----------------------------------------------------------------------------
+# System-specific installation tools
+SUBDIRS(install)
+#-----------------------------------------------------------------------------
+
+#-----------------------------------------------------------------------------
+SUBDIRS(data)
+#-----------------------------------------------------------------------------