[azure-storage-files-shares-cpp] Add new port (#16053)

* Update port for azure-storage-files-shares-cpp

* Remove comment headers

* Update version SHA

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Azure SDK Bot 2021-02-08 14:30:55 -08:00 committed by GitHub
parent c177da97bd
commit 31078255f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Source: azure-storage-files-shares-cpp
Version: 12.0.0-beta.7
Build-Depends: azure-storage-common-cpp
Description: Microsoft Azure Storage Files Shares SDK for C++
This library provides Azure Storage Files Shares SDK.
Homepage: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/storage/azure-storage-files-shares

View File

@ -0,0 +1,20 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-shares_12.0.0-beta.7
SHA512 77238977df087b026eaf87a0728e198a8c6989e856ba805f3710bfab34c8255e7374e0d89fb21d4fd23f3ae229c4b854f59f13bcae73cf0eb15ecca5c7fbe80e
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}/sdk/storage/azure-storage-files-shares/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)
vcpkg_install_cmake()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_fixup_cmake_targets()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "20fce45a5929cb4bc4659bb61bf1b11d72a36c4f",
"version-string": "12.0.0-beta.7",
"port-version": 0
}
]
}

View File

@ -280,6 +280,10 @@
"baseline": "12.0.0-beta.7",
"port-version": 0
},
"azure-storage-files-shares-cpp": {
"baseline": "12.0.0-beta.7",
"port-version": 0
},
"azure-uamqp-c": {
"baseline": "2020-12-09",
"port-version": 0