comparison Applications/StoneWebViewer/WebAssembly/CMakeLists.txt @ 1585:94edbfa64c97

enable pugixml in samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Oct 2020 18:00:34 +0200
parents 2a4a6b967053
children 8c5f9864545f
comparison
equal deleted inserted replaced
1584:bd180f97c734 1585:94edbfa64c97
36 SET(ENABLE_DCMTK_NETWORKING OFF) 36 SET(ENABLE_DCMTK_NETWORKING OFF)
37 SET(ENABLE_DCMTK_TRANSCODING OFF) 37 SET(ENABLE_DCMTK_TRANSCODING OFF)
38 SET(ENABLE_GOOGLE_TEST OFF) 38 SET(ENABLE_GOOGLE_TEST OFF)
39 SET(ENABLE_LOCALE ON) # Necessary for text rendering 39 SET(ENABLE_LOCALE ON) # Necessary for text rendering
40 SET(ENABLE_WASM ON) 40 SET(ENABLE_WASM ON)
41 SET(ENABLE_PUGIXML ON) # Necessary for OsiriX annotations
41 SET(ORTHANC_SANDBOXED ON) 42 SET(ORTHANC_SANDBOXED ON)
42 43
43 # this will set up the build system for Stone of Orthanc and will 44 # this will set up the build system for Stone of Orthanc and will
44 # populate the ORTHANC_STONE_SOURCES CMake variable 45 # populate the ORTHANC_STONE_SOURCES CMake variable
45 include(${ORTHANC_STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) 46 include(${ORTHANC_STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake)