comparison 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
comparison
equal deleted inserted replaced
42:ee25d35663ac 43:9621fd6f17c9
62 -DORTHANC_ENABLE_CURL=0 62 -DORTHANC_ENABLE_CURL=0
63 -DORTHANC_ENABLE_DCMTK=0 63 -DORTHANC_ENABLE_DCMTK=0
64 -DORTHANC_ENABLE_LOGGING=0 64 -DORTHANC_ENABLE_LOGGING=0
65 -DORTHANC_ENABLE_MD5=0 65 -DORTHANC_ENABLE_MD5=0
66 -DORTHANC_ENABLE_PUGIXML=0 66 -DORTHANC_ENABLE_PUGIXML=0
67 -DORTHANC_SANDBOXED=0
67 -DHAS_ORTHANC_EXCEPTION=1 68 -DHAS_ORTHANC_EXCEPTION=1
68 ) 69 )
69 70
70 71
71 ##################################################################### 72 #####################################################################
185 ${ORTHANC_ROOT}/Core/Images/JpegWriter.cpp 186 ${ORTHANC_ROOT}/Core/Images/JpegWriter.cpp
186 ${ORTHANC_ROOT}/Core/Images/PngReader.cpp 187 ${ORTHANC_ROOT}/Core/Images/PngReader.cpp
187 ${ORTHANC_ROOT}/Core/Images/PngWriter.cpp 188 ${ORTHANC_ROOT}/Core/Images/PngWriter.cpp
188 ${ORTHANC_ROOT}/Core/Logging.cpp 189 ${ORTHANC_ROOT}/Core/Logging.cpp
189 ${ORTHANC_ROOT}/Core/MultiThreading/Semaphore.cpp 190 ${ORTHANC_ROOT}/Core/MultiThreading/Semaphore.cpp
191 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp
190 ${ORTHANC_ROOT}/Core/Toolbox.cpp 192 ${ORTHANC_ROOT}/Core/Toolbox.cpp
191 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp 193 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
192 ) 194 )
193 195
194 196