X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2FCMakeLists.txt;h=8526ed6fffbeed223947c552bb1e69cc6136e76d;hb=9a4bf5acdd3fb5d5d9e870c982463758a1dbad77;hp=df645918c778fbb62f65c3095ca69db3512e294c;hpb=e04a3f7bc34fada6a357adcf8bcf2021f54d8ff8;p=bbtk.git diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index df64591..8526ed6 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -10,9 +10,22 @@ SUBDIRS(doc) #----------------------------------------------------------------------------- # Applications (bbi, bbfy...) -OPTION(BUILD_APPLICATIONS "Build Applications (bbi, bbfy, ...)" ON) IF(BUILD_APPLICATIONS) SUBDIRS(appli) ENDIF(BUILD_APPLICATIONS) #----------------------------------------------------------------------------- +#----------------------------------------------------------------------------- +# Recurse into cmake folder to install files +SUBDIRS(cmake) +#----------------------------------------------------------------------------- + + +#----------------------------------------------------------------------------- +# System-specific installation tools +SUBDIRS(install) +#----------------------------------------------------------------------------- + +#----------------------------------------------------------------------------- +SUBDIRS(data) +#-----------------------------------------------------------------------------