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