comparison Google/CMakeLists.txt @ 130:17f350ab12ca

conditional usage of DefineSourceBasenameForTarget
author Alain Mazy <am@osimis.io>
date Tue, 28 Nov 2023 14:11:11 +0100
parents fe51b4fb5132
children 9520a6d10992
comparison
equal deleted inserted replaced
129:fe51b4fb5132 130:17f350ab12ca
95 ${CMAKE_SOURCE_DIR}/../Common/StoragePlugin.cpp 95 ${CMAKE_SOURCE_DIR}/../Common/StoragePlugin.cpp
96 96
97 ${COMMON_SOURCES} 97 ${COMMON_SOURCES}
98 ) 98 )
99 99
100 DefineSourceBasenameForTarget(OrthancGoogleCloudStorage) 100 if (DEFINED DefineSourceBasenameForTarget)
101 DefineSourceBasenameForTarget(OrthancGoogleCloudStorage)
102 endif()
103
101 104
102 set_target_properties(OrthancGoogleCloudStorage PROPERTIES 105 set_target_properties(OrthancGoogleCloudStorage PROPERTIES
103 VERSION ${PLUGIN_VERSION} 106 VERSION ${PLUGIN_VERSION}
104 SOVERSION ${PLUGIN_VERSION} 107 SOVERSION ${PLUGIN_VERSION}
105 ) 108 )