diff ViewerPlugin/CMakeLists.txt @ 43:9621fd6f17c9

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 17:34:20 +0100
parents ee25d35663ac
children 7a3853d51c45
line wrap: on
line diff
--- a/ViewerPlugin/CMakeLists.txt	Wed Nov 09 16:03:52 2016 +0100
+++ b/ViewerPlugin/CMakeLists.txt	Wed Nov 09 17:34:20 2016 +0100
@@ -64,6 +64,7 @@
   -DORTHANC_ENABLE_LOGGING=0
   -DORTHANC_ENABLE_MD5=0
   -DORTHANC_ENABLE_PUGIXML=0
+  -DORTHANC_SANDBOXED=0
   -DHAS_ORTHANC_EXCEPTION=1
   )
 
@@ -187,6 +188,7 @@
   ${ORTHANC_ROOT}/Core/Images/PngWriter.cpp
   ${ORTHANC_ROOT}/Core/Logging.cpp
   ${ORTHANC_ROOT}/Core/MultiThreading/Semaphore.cpp
+  ${ORTHANC_ROOT}/Core/SystemToolbox.cpp
   ${ORTHANC_ROOT}/Core/Toolbox.cpp
   ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
   )