comparison OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake @ 1834:126522623e20

replaced OrthancStone::DicomPath by new class Orthanc::DicomPath from orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jun 2021 12:07:04 +0200
parents 5a872e69c74f
children 5a6adbc20ace
comparison
equal deleted inserted replaced
1833:3c0996f028a1 1834:126522623e20
204 endif() 204 endif()
205 205
206 206
207 list(APPEND ORTHANC_STONE_SOURCES 207 list(APPEND ORTHANC_STONE_SOURCES
208 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/DicomDatasetReader.cpp 208 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/DicomDatasetReader.cpp
209 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/DicomPath.cpp
210 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/FullOrthancDataset.cpp 209 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/FullOrthancDataset.cpp
211 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/IOrthancConnection.cpp 210 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/IOrthancConnection.cpp
212 211
213 ${ORTHANC_STONE_ROOT}/Fonts/FontRenderer.cpp 212 ${ORTHANC_STONE_ROOT}/Fonts/FontRenderer.cpp
214 ${ORTHANC_STONE_ROOT}/Fonts/Glyph.cpp 213 ${ORTHANC_STONE_ROOT}/Fonts/Glyph.cpp