X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=2d988cbfd810aee5d93fa90c682d94fb33ae2e67;hb=a12deb460d12294cc8f3ef4e489b5b28640d0178;hp=675bd1e6845d3f3847eb1d858f8cfecb7b9f3d55;hpb=1a15ca3e697702e7a28d0ccf4300691810ca25d0;p=bbtk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 675bd1e..2d988cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,7 @@ +#----------------------------------------------------------------------------- +CMAKE_MINIMUM_REQUIRED(VERSION 2.4) +#----------------------------------------------------------------------------- + #----------------------------------------------------------------------------- PROJECT(BBTK) #----------------------------------------------------------------------------- @@ -16,3 +20,12 @@ SUBDIRS(kernel) # The "core" packages SUBDIRS(packages) #----------------------------------------------------------------------------- + +#----------------------------------------------------------------------------- +# The samples +#OPTION(BUILD_BBTK_SAMPLES "Build bbtk samples" OFF) +#IF(BUILD_BBTK_SAMPLES) +# SUBDIRS(samples) +#ENDIF(BUILD_BBTK_SAMPLES) +#----------------------------------------------------------------------------- +