X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2FCMakeLists.txt;h=8526ed6fffbeed223947c552bb1e69cc6136e76d;hb=fb65ef0feb38b84723ea928ec3d3c056ba26274e;hp=47be68f0dbffe46ff3a3598ef49715f7d73a3367;hpb=5a6d4b6ffadbe81384a8e3cae1467a432c2234a1;p=bbtk.git diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 47be68f..8526ed6 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -10,7 +10,6 @@ SUBDIRS(doc) #----------------------------------------------------------------------------- # Applications (bbi, bbfy...) -OPTION(BUILD_APPLICATIONS "Build Applications (bbi, bbfy, ...)" ON) IF(BUILD_APPLICATIONS) SUBDIRS(appli) ENDIF(BUILD_APPLICATIONS) @@ -22,3 +21,11 @@ SUBDIRS(cmake) #----------------------------------------------------------------------------- +#----------------------------------------------------------------------------- +# System-specific installation tools +SUBDIRS(install) +#----------------------------------------------------------------------------- + +#----------------------------------------------------------------------------- +SUBDIRS(data) +#-----------------------------------------------------------------------------