X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2FCMakeLists.txt;h=6c90131fd54ece36a8db030f0bdade73e41b4724;hb=9ef91d50684f8a5552f49e22a5b62e60fca7341b;hp=df645918c778fbb62f65c3095ca69db3512e294c;hpb=e04a3f7bc34fada6a357adcf8bcf2021f54d8ff8;p=bbtk.git diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index df64591..6c90131 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -16,3 +16,17 @@ IF(BUILD_APPLICATIONS) ENDIF(BUILD_APPLICATIONS) #----------------------------------------------------------------------------- +#----------------------------------------------------------------------------- +# Recurse into cmake folder to install files +SUBDIRS(cmake) +#----------------------------------------------------------------------------- + + +#----------------------------------------------------------------------------- +# System-specific installation tools +SUBDIRS(install) +#----------------------------------------------------------------------------- + +#----------------------------------------------------------------------------- +SUBDIRS(data) +#-----------------------------------------------------------------------------