comparison Resources/CMake/OrthancStone.cmake @ 38:bfce0add15f2

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Dec 2016 12:55:14 +0100
parents 981f0257e080
children 7207a407bcd8
comparison
equal deleted inserted replaced
37:5a9accb9e640 38:bfce0add15f2
75 ) 75 )
76 else() 76 else()
77 list(APPEND ORTHANC_STONE_SOURCES 77 list(APPEND ORTHANC_STONE_SOURCES
78 ${ORTHANC_ROOT}/Core/HttpClient.cpp 78 ${ORTHANC_ROOT}/Core/HttpClient.cpp
79 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp 79 ${ORTHANC_ROOT}/Core/SystemToolbox.cpp
80 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancHttpConnection.cpp
80 ) 81 )
81 82
82 add_definitions( 83 add_definitions(
83 -DORTHANC_SANDBOXED=0 84 -DORTHANC_SANDBOXED=0
84 ) 85 )
218 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomDatasetReader.cpp 219 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomDatasetReader.cpp
219 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomPath.cpp 220 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomPath.cpp
220 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomTag.cpp 221 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomTag.cpp
221 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp 222 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp
222 ${ORTHANC_ROOT}/Plugins/Samples/Common/IOrthancConnection.cpp 223 ${ORTHANC_ROOT}/Plugins/Samples/Common/IOrthancConnection.cpp
223 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancHttpConnection.cpp
224 224
225 ${AUTOGENERATED_SOURCES} 225 ${AUTOGENERATED_SOURCES}
226 226
227 # Mandatory components 227 # Mandatory components
228 ${BOOST_SOURCES} 228 ${BOOST_SOURCES}