comparison OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake @ 1584:bd180f97c734

parsing osirix annotations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Oct 2020 17:33:17 +0200
parents 85e117739eca
children 5887a4f8594b
comparison
equal deleted inserted replaced
1583:c8644706e78b 1584:bd180f97c734
264 ${ORTHANC_STONE_ROOT}/Sources/Loaders/WebAssemblyLoadersContext.cpp 264 ${ORTHANC_STONE_ROOT}/Sources/Loaders/WebAssemblyLoadersContext.cpp
265 ${ORTHANC_STONE_ROOT}/Sources/Oracle/WebAssemblyOracle.cpp 265 ${ORTHANC_STONE_ROOT}/Sources/Oracle/WebAssemblyOracle.cpp
266 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyCairoViewport.cpp 266 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyCairoViewport.cpp
267 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyViewport.cpp 267 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyViewport.cpp
268 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyViewport.h 268 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyViewport.h
269 )
270 endif()
271
272
273 if (ENABLE_PUGIXML)
274 list(APPEND ORTHANC_STONE_SOURCES
275 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/AngleAnnotation.cpp
276 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/Annotation.cpp
277 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/ArrayValue.cpp
278 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/CollectionOfAnnotations.cpp
279 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/DictionaryValue.cpp
280 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/IValue.cpp
281 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/LineAnnotation.cpp
282 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/StringValue.cpp
283 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/TextAnnotation.cpp
269 ) 284 )
270 endif() 285 endif()
271 286
272 287
273 list(APPEND ORTHANC_STONE_SOURCES 288 list(APPEND ORTHANC_STONE_SOURCES