comparison Applications/StoneWebViewer/WebAssembly/CMakeLists.txt @ 1824:a56bf4c534ef

display stone web viewer version in info panel
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 May 2021 21:07:13 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1823:781e9fc8925e 1824:a56bf4c534ef
117 117
118 118
119 # Define the WASM module 119 # Define the WASM module
120 # --------------------------------------------------------------- 120 # ---------------------------------------------------------------
121 121
122 add_definitions(
123 -DSTONE_WEB_VIEWER_VERSION="${STONE_WEB_VIEWER_VERSION}"
124 )
125
122 add_executable(StoneWebViewer 126 add_executable(StoneWebViewer
123 ${ORTHANC_STONE_SOURCES} 127 ${ORTHANC_STONE_SOURCES}
124 ${AUTOGENERATED_SOURCES} 128 ${AUTOGENERATED_SOURCES}
125 StoneWebViewer.cpp 129 StoneWebViewer.cpp
126 ) 130 )