comparison Applications/StoneWebViewer/Plugin/CMakeLists.txt @ 2081:3ef91da06636

fix compatibility with Emscripten 3.1.47
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Oct 2023 16:38:38 +0200
parents 07964689cb0b
children 352cb0fa57b2
comparison
equal deleted inserted replaced
2080:3ca565841402 2081:3ef91da06636
130 ${AUTOGENERATED_SOURCES} 130 ${AUTOGENERATED_SOURCES}
131 ${CMAKE_SOURCE_DIR}/../../../RenderingPlugin/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp 131 ${CMAKE_SOURCE_DIR}/../../../RenderingPlugin/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp
132 ${ORTHANC_CORE_SOURCES} 132 ${ORTHANC_CORE_SOURCES}
133 ) 133 )
134 134
135 DefineSourceBasenameForTarget(StoneWebViewer)
136
135 set_target_properties(StoneWebViewer PROPERTIES 137 set_target_properties(StoneWebViewer PROPERTIES
136 VERSION ${STONE_WEB_VIEWER_VERSION} 138 VERSION ${STONE_WEB_VIEWER_VERSION}
137 SOVERSION ${STONE_WEB_VIEWER_VERSION}) 139 SOVERSION ${STONE_WEB_VIEWER_VERSION})
138 140
139 install( 141 install(