comparison OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake @ 1569:546ec0531099

removing deprecated files, backup is available in tag legacy-with-deprecated
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 14:50:07 +0200
parents 97b34cb88600
children 85e117739eca
comparison
equal deleted inserted replaced
1567:37d90bd69f31 1569:546ec0531099
263 ${ORTHANC_STONE_ROOT}/Sources/Loaders/WebAssemblyLoadersContext.cpp 263 ${ORTHANC_STONE_ROOT}/Sources/Loaders/WebAssemblyLoadersContext.cpp
264 ${ORTHANC_STONE_ROOT}/Sources/Oracle/WebAssemblyOracle.cpp 264 ${ORTHANC_STONE_ROOT}/Sources/Oracle/WebAssemblyOracle.cpp
265 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyCairoViewport.cpp 265 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyCairoViewport.cpp
266 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyViewport.cpp 266 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyViewport.cpp
267 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyViewport.h 267 ${ORTHANC_STONE_ROOT}/Sources/Viewport/WebAssemblyViewport.h
268 )
269 endif()
270
271 if ((ENABLE_SDL OR ENABLE_WASM) AND ENABLE_GUIADAPTER)
272 list(APPEND APPLICATIONS_SOURCES
273 ${ORTHANC_STONE_ROOT}/Sources/Deprecated/GuiAdapter.cpp
274 ${ORTHANC_STONE_ROOT}/Sources/Deprecated/GuiAdapter.h
275 ) 268 )
276 endif() 269 endif()
277 270
278 271
279 list(APPEND ORTHANC_STONE_SOURCES 272 list(APPEND ORTHANC_STONE_SOURCES