yuzu/externals/vcpkg/ports/azure-storage-common-cpp/vcpkg.json

34 lines
745 B
JSON
Executable File

{
"name": "azure-storage-common-cpp",
"version-semver": "12.2.4",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-common",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.5.0"
},
{
"name": "libxml2",
"platform": "!windows"
},
{
"name": "openssl",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}