comparison OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake @ 2174:2410a171ebfb

refactoring using DicomWebDataset and OrthancNativeDataset
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Oct 2024 21:52:34 +0200
parents fe5406abd43f
children
comparison
equal deleted inserted replaced
2172:239fb2c893c1 2174:2410a171ebfb
224 endif() 224 endif()
225 225
226 226
227 list(APPEND ORTHANC_STONE_SOURCES 227 list(APPEND ORTHANC_STONE_SOURCES
228 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/DicomDatasetReader.cpp 228 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/DicomDatasetReader.cpp
229 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/DicomWebDataset.cpp
229 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/FullOrthancDataset.cpp 230 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/FullOrthancDataset.cpp
230 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/IOrthancConnection.cpp 231 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/IOrthancConnection.cpp
232 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/OrthancNativeDataset.cpp
231 233
232 ${ORTHANC_STONE_ROOT}/Fonts/FontRenderer.cpp 234 ${ORTHANC_STONE_ROOT}/Fonts/FontRenderer.cpp
233 ${ORTHANC_STONE_ROOT}/Fonts/Glyph.cpp 235 ${ORTHANC_STONE_ROOT}/Fonts/Glyph.cpp
234 ${ORTHANC_STONE_ROOT}/Fonts/GlyphAlphabet.cpp 236 ${ORTHANC_STONE_ROOT}/Fonts/GlyphAlphabet.cpp
235 ${ORTHANC_STONE_ROOT}/Fonts/GlyphBitmapAlphabet.cpp 237 ${ORTHANC_STONE_ROOT}/Fonts/GlyphBitmapAlphabet.cpp