X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2FCMakeLists.txt;h=8f7eb3286c37d075e138117cbd3e14c72f4d3780;hb=b28ab0adce098cc25dd4422761a225d7facd968c;hp=af6806c02928007ef2f15f37c180365982c9137d;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index af6806c..8f7eb32 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -5,7 +5,7 @@ SUBDIRS(src) #----------------------------------------------------------------------------- # Documentation -#SUBDIRS(doc) +SUBDIRS(doc) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- @@ -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) +#-----------------------------------------------------------------------------