mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-17 12:17:56 +08:00
e6943cc30e
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
13 lines
676 B
Diff
13 lines
676 B
Diff
diff --git a/sdk/storage/azure-storage-files-shares/CMakeLists.txt b/sdk/storage/azure-storage-files-shares/CMakeLists.txt
|
|
index 891f95480..3b79e1041 100644
|
|
--- a/sdk/storage/azure-storage-files-shares/CMakeLists.txt
|
|
+++ b/sdk/storage/azure-storage-files-shares/CMakeLists.txt
|
|
@@ -88,6 +88,7 @@ target_include_directories(
|
|
target_link_libraries(azure-storage-files-shares PUBLIC Azure::azure-storage-common)
|
|
|
|
get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
|
|
+set_target_properties(azure-storage-files-shares PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
|
|
generate_documentation(azure-storage-files-shares ${AZ_LIBRARY_VERSION})
|
|
|
|
az_vcpkg_export(
|