# HG changeset patch # User Sebastien Jodogne # Date 1603296034 -7200 # Node ID 94edbfa64c97689b94cf0b72014db0b4aa9299d8 # Parent bd180f97c734675fed0446cf9d685e5f6d7057e2 enable pugixml in samples diff -r bd180f97c734 -r 94edbfa64c97 Applications/Samples/Sdl/CMakeLists.txt --- a/Applications/Samples/Sdl/CMakeLists.txt Wed Oct 21 17:33:17 2020 +0200 +++ b/Applications/Samples/Sdl/CMakeLists.txt Wed Oct 21 18:00:34 2020 +0200 @@ -22,6 +22,7 @@ set(ENABLE_DCMTK ON) # <== set(ENABLE_SDL ON) +SET(ENABLE_PUGIXML ON) # To test compilation of OsiriX annotations include(${ORTHANC_STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) include(${CMAKE_SOURCE_DIR}/Utilities.cmake) diff -r bd180f97c734 -r 94edbfa64c97 Applications/StoneWebViewer/WebAssembly/CMakeLists.txt --- a/Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Wed Oct 21 17:33:17 2020 +0200 +++ b/Applications/StoneWebViewer/WebAssembly/CMakeLists.txt Wed Oct 21 18:00:34 2020 +0200 @@ -38,6 +38,7 @@ SET(ENABLE_GOOGLE_TEST OFF) SET(ENABLE_LOCALE ON) # Necessary for text rendering SET(ENABLE_WASM ON) +SET(ENABLE_PUGIXML ON) # Necessary for OsiriX annotations SET(ORTHANC_SANDBOXED ON) # this will set up the build system for Stone of Orthanc and will