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