mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
25 lines
586 B
JSON
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
|
|
}
|
|
]
|
|
}
|