]> Creatis software - bbtk.git/blobdiff - CMakeLists.txt
#3202 BBTK Feature New Normal - fast algorithm for ImageBoundaries box
[bbtk.git] / CMakeLists.txt
index bd3c0792fb39f0cc065d4929faecca07947da0ba..9514401eedcb376b4dd3204a5402a82213af3126 100644 (file)
@@ -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