comparison Resources/CMake/OrthancStone.cmake @ 15:da2cf3ace87a

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 17:20:44 +0100
parents b1eb80ca0d2b
children ff1e935768e7
comparison
equal deleted inserted replaced
14:0b9034112fde 15:da2cf3ace87a
90 add_definitions( 90 add_definitions(
91 -DORTHANC_ENABLE_MD5=0 91 -DORTHANC_ENABLE_MD5=0
92 -DORTHANC_ENABLE_BASE64=1 92 -DORTHANC_ENABLE_BASE64=1
93 -DORTHANC_ENABLE_PUGIXML=0 93 -DORTHANC_ENABLE_PUGIXML=0
94 -DORTHANC_ENABLE_PKCS11=0 94 -DORTHANC_ENABLE_PKCS11=0
95 -DORTHANC_SANDBOXED=0
95 ) 96 )
96 97
97 98
98 ##################################################################### 99 #####################################################################
99 ## Link the colormaps into the binaries 100 ## Link the colormaps into the binaries
184 ${ORTHANC_ROOT}/Core/Images/ImageProcessing.cpp 185 ${ORTHANC_ROOT}/Core/Images/ImageProcessing.cpp
185 ${ORTHANC_ROOT}/Core/Images/JpegErrorManager.cpp 186 ${ORTHANC_ROOT}/Core/Images/JpegErrorManager.cpp
186 ${ORTHANC_ROOT}/Core/Images/JpegReader.cpp 187 ${ORTHANC_ROOT}/Core/Images/JpegReader.cpp
187 ${ORTHANC_ROOT}/Core/Images/PngReader.cpp 188 ${ORTHANC_ROOT}/Core/Images/PngReader.cpp
188 ${ORTHANC_ROOT}/Core/Logging.cpp 189 ${ORTHANC_ROOT}/Core/Logging.cpp
190 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp
189 ${ORTHANC_ROOT}/Core/Toolbox.cpp 191 ${ORTHANC_ROOT}/Core/Toolbox.cpp
190 ${ORTHANC_ROOT}/Core/WebServiceParameters.cpp 192 ${ORTHANC_ROOT}/Core/WebServiceParameters.cpp
191 ${ORTHANC_ROOT}/Resources/ThirdParty/base64/base64.cpp 193 ${ORTHANC_ROOT}/Resources/ThirdParty/base64/base64.cpp
192 194
193 ${AUTOGENERATED_SOURCES} 195 ${AUTOGENERATED_SOURCES}