Mercurial > hg > orthanc-object-storage
comparison Azure/CMakeLists.txt @ 105:0585b5de6be2
fix cmake warnings
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 09 Oct 2023 10:18:58 +0200 |
parents | 57be7094d6c5 |
children | 030b78960c4f |
comparison
equal
deleted
inserted
replaced
103:2ba7af9eddce | 105:0585b5de6be2 |
---|---|
109 ${CMAKE_SOURCE_DIR}/../Common/StoragePlugin.cpp | 109 ${CMAKE_SOURCE_DIR}/../Common/StoragePlugin.cpp |
110 | 110 |
111 ${COMMON_SOURCES} | 111 ${COMMON_SOURCES} |
112 ) | 112 ) |
113 | 113 |
114 DefineSourceBasenameForTarget(OrthancAzureBlobStorage) | |
115 | |
114 set_target_properties(OrthancAzureBlobStorage PROPERTIES | 116 set_target_properties(OrthancAzureBlobStorage PROPERTIES |
115 VERSION ${PLUGIN_VERSION} | 117 VERSION ${PLUGIN_VERSION} |
116 SOVERSION ${PLUGIN_VERSION} | 118 SOVERSION ${PLUGIN_VERSION} |
117 ) | 119 ) |
118 | 120 |