X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2FCMakeLists.txt;h=30685445848c36df8a20e4b24f04bfc055ec47f6;hb=f346161adcdec4cf3dc3e1b8fac72a7bc43a5f50;hp=47be68f0dbffe46ff3a3598ef49715f7d73a3367;hpb=5a6d4b6ffadbe81384a8e3cae1467a432c2234a1;p=bbtk.git diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 47be68f..3068544 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,12 @@ SUBDIRS(cmake) #----------------------------------------------------------------------------- +#----------------------------------------------------------------------------- +# System-specific installation tools +SUBDIRS(install) +#----------------------------------------------------------------------------- + +#----------------------------------------------------------------------------- +SUBDIRS(data) +#----------------------------------------------------------------------------- +SUBDIRS(bin) \ No newline at end of file