X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2FCMakeLists.txt;h=30685445848c36df8a20e4b24f04bfc055ec47f6;hb=8a05f9b39b1a8639e96b938f95cd93cfb2fd4de6;hp=8f7eb3286c37d075e138117cbd3e14c72f4d3780;hpb=3689d0c5e95d32e7d27d7321ab8afe7ce5264436;p=bbtk.git diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 8f7eb32..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) @@ -26,3 +26,8 @@ SUBDIRS(cmake) # System-specific installation tools SUBDIRS(install) #----------------------------------------------------------------------------- + +#----------------------------------------------------------------------------- +SUBDIRS(data) +#----------------------------------------------------------------------------- +SUBDIRS(bin) \ No newline at end of file