comparison Applications/CMakeLists.txt @ 123:e8fe7c9a7d6c

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jan 2018 10:15:08 +0100
parents 3ddaaad18ec0
children 7a3f4d580625
comparison
equal deleted inserted replaced
122:7bfcc8f04ef7 123:e8fe7c9a7d6c
102 -DORTHANC_ENABLE_LOGGING=1 102 -DORTHANC_ENABLE_LOGGING=1
103 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 103 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
104 -DORTHANC_ENABLE_LUA=0 # For FromDcmtkBridge 104 -DORTHANC_ENABLE_LUA=0 # For FromDcmtkBridge
105 -DORTHANC_ENABLE_MD5=0 105 -DORTHANC_ENABLE_MD5=0
106 -DORTHANC_ENABLE_PKCS11=0 106 -DORTHANC_ENABLE_PKCS11=0
107 -DORTHANC_ENABLE_PLUGINS=1 # To enable class Orthanc::SharedLibrary
108 -DORTHANC_ENABLE_PNG=1 107 -DORTHANC_ENABLE_PNG=1
109 -DORTHANC_ENABLE_PUGIXML=0 108 -DORTHANC_ENABLE_PUGIXML=0
110 -DORTHANC_MAXIMUM_TAG_LENGTH=256 109 -DORTHANC_MAXIMUM_TAG_LENGTH=256
111 -DORTHANC_SANDBOXED=0 110 -DORTHANC_SANDBOXED=0
112 ) 111 )
196 ${ORTHANC_ROOT}/Core/Images/PngReader.cpp 195 ${ORTHANC_ROOT}/Core/Images/PngReader.cpp
197 ${ORTHANC_ROOT}/Core/Images/PngWriter.cpp 196 ${ORTHANC_ROOT}/Core/Images/PngWriter.cpp
198 ${ORTHANC_ROOT}/Core/Logging.cpp 197 ${ORTHANC_ROOT}/Core/Logging.cpp
199 ${ORTHANC_ROOT}/Core/MultiThreading/BagOfTasksProcessor.cpp 198 ${ORTHANC_ROOT}/Core/MultiThreading/BagOfTasksProcessor.cpp
200 ${ORTHANC_ROOT}/Core/MultiThreading/SharedMessageQueue.cpp 199 ${ORTHANC_ROOT}/Core/MultiThreading/SharedMessageQueue.cpp
200 ${ORTHANC_ROOT}/Core/SharedLibrary.cpp
201 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp 201 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp
202 ${ORTHANC_ROOT}/Core/TemporaryFile.cpp 202 ${ORTHANC_ROOT}/Core/TemporaryFile.cpp
203 ${ORTHANC_ROOT}/Core/Toolbox.cpp 203 ${ORTHANC_ROOT}/Core/Toolbox.cpp
204 ${ORTHANC_ROOT}/Core/WebServiceParameters.cpp 204 ${ORTHANC_ROOT}/Core/WebServiceParameters.cpp
205 205
206 ${ORTHANC_ROOT}/Plugins/Engine/SharedLibrary.cpp
207 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp 206 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
208 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomDatasetReader.cpp 207 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomDatasetReader.cpp
209 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomPath.cpp 208 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomPath.cpp
210 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomTag.cpp 209 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomTag.cpp
211 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp 210 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp