comparison Applications/CMakeLists.txt @ 43:9621fd6f17c9

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 17:34:20 +0100
parents 371243c270cc
children 175d06fa292e
comparison
equal deleted inserted replaced
42:ee25d35663ac 43:9621fd6f17c9
82 -DORTHANC_ENABLE_MD5=0 82 -DORTHANC_ENABLE_MD5=0
83 -DORTHANC_ENABLE_JPEG=0 # Disable DCMTK's support for JPEG 83 -DORTHANC_ENABLE_JPEG=0 # Disable DCMTK's support for JPEG
84 -DORTHANC_ENABLE_PKCS11=0 84 -DORTHANC_ENABLE_PKCS11=0
85 -DORTHANC_ENABLE_PLUGINS=1 # To enable class Orthanc::SharedLibrary 85 -DORTHANC_ENABLE_PLUGINS=1 # To enable class Orthanc::SharedLibrary
86 -DORTHANC_ENABLE_PUGIXML=0 86 -DORTHANC_ENABLE_PUGIXML=0
87 -DORTHANC_SANDBOXED=0
87 ) 88 )
88 89
89 90
90 ##################################################################### 91 #####################################################################
91 ## Configure optional third-party components 92 ## Configure optional third-party components
159 ${ORTHANC_ROOT}/Core/Images/PngReader.cpp 160 ${ORTHANC_ROOT}/Core/Images/PngReader.cpp
160 ${ORTHANC_ROOT}/Core/Images/PngWriter.cpp 161 ${ORTHANC_ROOT}/Core/Images/PngWriter.cpp
161 ${ORTHANC_ROOT}/Core/Logging.cpp 162 ${ORTHANC_ROOT}/Core/Logging.cpp
162 ${ORTHANC_ROOT}/Core/MultiThreading/BagOfTasksProcessor.cpp 163 ${ORTHANC_ROOT}/Core/MultiThreading/BagOfTasksProcessor.cpp
163 ${ORTHANC_ROOT}/Core/MultiThreading/SharedMessageQueue.cpp 164 ${ORTHANC_ROOT}/Core/MultiThreading/SharedMessageQueue.cpp
165 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp
166 ${ORTHANC_ROOT}/Core/TemporaryFile.cpp
164 ${ORTHANC_ROOT}/Core/Toolbox.cpp 167 ${ORTHANC_ROOT}/Core/Toolbox.cpp
165 ${ORTHANC_ROOT}/Core/Uuid.cpp
166 ${ORTHANC_ROOT}/Core/WebServiceParameters.cpp 168 ${ORTHANC_ROOT}/Core/WebServiceParameters.cpp
167 ${ORTHANC_ROOT}/OrthancServer/FromDcmtkBridge.cpp 169 ${ORTHANC_ROOT}/OrthancServer/FromDcmtkBridge.cpp
168 ${ORTHANC_ROOT}/OrthancServer/ServerEnumerations.cpp 170 ${ORTHANC_ROOT}/OrthancServer/ServerEnumerations.cpp
169 ${ORTHANC_ROOT}/OrthancServer/ToDcmtkBridge.cpp 171 ${ORTHANC_ROOT}/OrthancServer/ToDcmtkBridge.cpp
170 ${ORTHANC_ROOT}/Plugins/Engine/SharedLibrary.cpp 172 ${ORTHANC_ROOT}/Plugins/Engine/SharedLibrary.cpp