comparison Resources/CMake/OrthancStoneParameters.cmake @ 616:97926984d5d0

WebAssembly sample using Scene2D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2019 13:27:41 +0200
parents 412a2d01a189
children 31487d066d1d
comparison
equal deleted inserted replaced
615:b4de8272e8fb 616:97926984d5d0
51 ## Internal CMake parameters to enable the optional subcomponents of 51 ## Internal CMake parameters to enable the optional subcomponents of
52 ## the Stone of Orthanc 52 ## the Stone of Orthanc
53 ##################################################################### 53 #####################################################################
54 54
55 set(ENABLE_OPENGL ON CACHE INTERNAL "Enable support of OpenGL") 55 set(ENABLE_OPENGL ON CACHE INTERNAL "Enable support of OpenGL")
56 set(ENABLE_WASM OFF CACHE INTERNAL "Enable support of WebAssembly")