comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 1396:dd2b75ee644b

cleanup + build script for RtViewer
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 19:00:30 +0200
parents 556b4bc19118
children 1c2d065ba372
comparison
equal deleted inserted replaced
1395:62dc0d737e7b 1396:dd2b75ee644b
256 256
257 if (NOT ORTHANC_SANDBOXED) 257 if (NOT ORTHANC_SANDBOXED)
258 set(PLATFORM_SOURCES 258 set(PLATFORM_SOURCES
259 ${ORTHANC_STONE_ROOT}/Framework/Loaders/GenericLoadersContext.cpp 259 ${ORTHANC_STONE_ROOT}/Framework/Loaders/GenericLoadersContext.cpp
260 ${ORTHANC_STONE_ROOT}/Framework/Loaders/GenericLoadersContext.h 260 ${ORTHANC_STONE_ROOT}/Framework/Loaders/GenericLoadersContext.h
261 ${ORTHANC_STONE_ROOT}/Platforms/Generic/DelayedCallCommand.cpp
262 ${ORTHANC_STONE_ROOT}/Platforms/Generic/DelayedCallCommand.h
263 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.cpp
264 ${ORTHANC_STONE_ROOT}/Platforms/Generic/Oracle.h
265 ${ORTHANC_STONE_ROOT}/Platforms/Generic/OracleDelayedCallExecutor.h
266 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.cpp
267 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceCommandBase.h
268 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.cpp
269 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceDeleteCommand.h
270 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.cpp
271 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServiceGetCommand.h
272 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.cpp
273 ${ORTHANC_STONE_ROOT}/Platforms/Generic/WebServicePostCommand.h
274 ) 261 )
275 262
276 if (ENABLE_SDL) 263 if (ENABLE_SDL)
277 list(APPEND ORTHANC_STONE_SOURCES 264 list(APPEND ORTHANC_STONE_SOURCES
278 ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlWindow.cpp 265 ${ORTHANC_STONE_ROOT}/Framework/Viewport/SdlWindow.cpp
492 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyCairoViewport.cpp 479 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyCairoViewport.cpp
493 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyViewport.cpp 480 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyViewport.cpp
494 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyViewport.h 481 ${ORTHANC_STONE_ROOT}/Framework/Viewport/WebAssemblyViewport.h
495 ) 482 )
496 endif() 483 endif()
497
498 if (ENABLE_SDL OR ENABLE_WASM)
499 list(APPEND APPLICATIONS_SOURCES
500 ${ORTHANC_STONE_ROOT}/Applications/Generic/GuiAdapter.cpp
501 ${ORTHANC_STONE_ROOT}/Applications/Generic/GuiAdapter.h
502 )
503 endif()
504
505 484
506 list(APPEND ORTHANC_STONE_SOURCES 485 list(APPEND ORTHANC_STONE_SOURCES
507 #${ORTHANC_STONE_ROOT}/Framework/Layers/SeriesFrameRendererFactory.cpp 486 #${ORTHANC_STONE_ROOT}/Framework/Layers/SeriesFrameRendererFactory.cpp
508 #${ORTHANC_STONE_ROOT}/Framework/Layers/SingleFrameRendererFactory.cpp 487 #${ORTHANC_STONE_ROOT}/Framework/Layers/SingleFrameRendererFactory.cpp
509 488