comparison ViewerPlugin/CMakeLists.txt @ 255:cf20f8417eaa

introduction of DefineSourceBasenameForTarget()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jul 2023 17:41:41 +0200
parents 20a730889ae2
children 35c241231af2
comparison
equal deleted inserted replaced
254:20a730889ae2 255:cf20f8417eaa
234 ${ORTHANC_CORE_SOURCES_DEPENDENCIES} 234 ${ORTHANC_CORE_SOURCES_DEPENDENCIES}
235 ${AUTOGENERATED_SOURCES} 235 ${AUTOGENERATED_SOURCES}
236 ${OPENJPEG_SOURCES} 236 ${OPENJPEG_SOURCES}
237 ) 237 )
238 238
239 DefineSourceBasenameForTarget(OrthancWSI)
240
239 message("Setting the version of the library to ${ORTHANC_WSI_VERSION}") 241 message("Setting the version of the library to ${ORTHANC_WSI_VERSION}")
240 set_target_properties(OrthancWSI PROPERTIES 242 set_target_properties(OrthancWSI PROPERTIES
241 VERSION ${ORTHANC_WSI_VERSION} 243 VERSION ${ORTHANC_WSI_VERSION}
242 SOVERSION ${ORTHANC_WSI_VERSION}) 244 SOVERSION ${ORTHANC_WSI_VERSION})
243 245