X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=9514401eedcb376b4dd3204a5402a82213af3126;hb=HEAD;hp=bd3c0792fb39f0cc065d4929faecca07947da0ba;hpb=00f00242cd642b58fc8281ad88c010656c519cbf;p=bbtk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index bd3c079..9514401 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,6 +82,17 @@ ADD_SUBDIRECTORY(packages) #----------------------------------------------------------------------------- # The samples + +#----JFGA EED---- 06/10/2015 +OPTION(USE_WT "Build bbtk web" OFF) + +#IF(CREA_BUILD_BBTK_WEB) +# SET(USE_WT ON) +#ELSE(CREA_BUILD_BBTK_WEB) +# SET(USE_WT OFF) +#ENDIF(CREA_BUILD_BBTK_WEB) + + # WARNING # Install the creaTools first # then build the 'samples' as a separate project