vcpkg/ports/azure-storage-files-shares-cpp/vcpkg.json
2021-08-11 17:08:02 -07:00

25 lines
586 B
JSON

{
"name": "azure-storage-files-shares-cpp",
"version-semver": "12.1.0",
"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/main/sdk/storage/azure-storage-files-shares",
"license": "MIT",
"dependencies": [
{
"name": "azure-storage-common-cpp",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}