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