comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 255:65562a28fe05 am-2

fixes for WASM
author am@osimis.io
date Tue, 03 Jul 2018 13:19:56 +0200
parents 192e6e349e69
children e5a9b3d03478
comparison
equal deleted inserted replaced
254:abc1c6231947 255:65562a28fe05
158 ${ORTHANC_STONE_ROOT}/Applications/Sdl/SdlWindow.cpp 158 ${ORTHANC_STONE_ROOT}/Applications/Sdl/SdlWindow.cpp
159 ) 159 )
160 else() 160 else()
161 list(APPEND APPLICATIONS_SOURCES 161 list(APPEND APPLICATIONS_SOURCES
162 ${ORTHANC_STONE_ROOT}/Applications/Wasm/StartupParametersBuilder.cpp 162 ${ORTHANC_STONE_ROOT}/Applications/Wasm/StartupParametersBuilder.cpp
163 )
164
165 set(STONE_WASM_SOURCES
163 ${ORTHANC_STONE_ROOT}/Platforms/Wasm/Defaults.cpp 166 ${ORTHANC_STONE_ROOT}/Platforms/Wasm/Defaults.cpp
164 ${ORTHANC_STONE_ROOT}/Platforms/Wasm/WasmWebService.cpp 167 ${ORTHANC_STONE_ROOT}/Platforms/Wasm/WasmWebService.cpp
165 ${ORTHANC_STONE_ROOT}/Platforms/Wasm/WasmViewport.cpp 168 ${ORTHANC_STONE_ROOT}/Platforms/Wasm/WasmViewport.cpp
166 ) 169 )
167 endif() 170 endif()
168 171
169 list(APPEND ORTHANC_STONE_SOURCES 172 list(APPEND ORTHANC_STONE_SOURCES
170 #${ORTHANC_STONE_ROOT}/Framework/Layers/SeriesFrameRendererFactory.cpp 173 #${ORTHANC_STONE_ROOT}/Framework/Layers/SeriesFrameRendererFactory.cpp
171 #${ORTHANC_STONE_ROOT}/Framework/Layers/SiblingSliceLocationFactory.cpp 174 #${ORTHANC_STONE_ROOT}/Framework/Layers/SiblingSliceLocationFactory.cpp