X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2FCMakeLists.txt;h=8526ed6fffbeed223947c552bb1e69cc6136e76d;hb=981ac411655ee59f6cf7a6e89099a4366ac4b18b;hp=8f7eb3286c37d075e138117cbd3e14c72f4d3780;hpb=3689d0c5e95d32e7d27d7321ab8afe7ce5264436;p=bbtk.git diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 8f7eb32..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) @@ -26,3 +25,7 @@ SUBDIRS(cmake) # System-specific installation tools SUBDIRS(install) #----------------------------------------------------------------------------- + +#----------------------------------------------------------------------------- +SUBDIRS(data) +#-----------------------------------------------------------------------------