comparison CMakeLists.txt @ 50:c2faa911b51d

fixed handling of DefineSourceBasenameForTarget
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Dec 2023 21:45:06 +0100
parents 53efee735396
children
comparison
equal deleted inserted replaced
49:c71a008fc1e3 50:c2faa911b51d
154 ${OPENSSL_SOURCES} 154 ${OPENSSL_SOURCES}
155 ${ZLIB_SOURCES} 155 ${ZLIB_SOURCES}
156 ${ORTHANC_CORE_SOURCES} 156 ${ORTHANC_CORE_SOURCES}
157 ) 157 )
158 158
159 if (COMMAND DefineSourceBasenameForTarget)
160 DefineSourceBasenameForTarget(OrthancGoogleCloudPlatform)
161 endif()
162
159 set_target_properties(OrthancGoogleCloudPlatform PROPERTIES 163 set_target_properties(OrthancGoogleCloudPlatform PROPERTIES
160 VERSION ${GCP_PLUGIN_VERSION} 164 VERSION ${GCP_PLUGIN_VERSION}
161 SOVERSION ${GCP_PLUGIN_VERSION}) 165 SOVERSION ${GCP_PLUGIN_VERSION})
162 166
163 install( 167 install(