comparison Applications/StoneWebViewer/WebAssembly/CMakeLists.txt @ 2076:990f396484b1

fix rendering of RT-DOSE with negative GridFrameOffsetVector
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Jul 2023 15:58:16 +0200
parents 9c52c0376ad7
children 07964689cb0b
comparison
equal deleted inserted replaced
2075:d84bdcbd8bf1 2076:990f396484b1
132 ${ORTHANC_STONE_SOURCES} 132 ${ORTHANC_STONE_SOURCES}
133 ${AUTOGENERATED_SOURCES} 133 ${AUTOGENERATED_SOURCES}
134 StoneWebViewer.cpp 134 StoneWebViewer.cpp
135 ) 135 )
136 136
137 DefineSourceBasenameForTarget(StoneWebViewer)
138
137 set_target_properties(StoneWebViewer 139 set_target_properties(StoneWebViewer
138 PROPERTIES 140 PROPERTIES
139 COMPILE_FLAGS "${WASM_FLAGS}" 141 COMPILE_FLAGS "${WASM_FLAGS}"
140 LINK_FLAGS "${WASM_LINKER_FLAGS}" 142 LINK_FLAGS "${WASM_LINKER_FLAGS}"
141 ) 143 )