Mercurial > hg > orthanc-stone
changeset 1585:94edbfa64c97
enable pugixml in samples
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 21 Oct 2020 18:00:34 +0200 |
parents | bd180f97c734 |
children | b5417e377636 |
files | Applications/Samples/Sdl/CMakeLists.txt Applications/StoneWebViewer/WebAssembly/CMakeLists.txt |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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