mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
7d5ed6bd1b
* [azure-messaging-eventhubs-cpp] Shorten source paths * use cmake to rename directories, and also include azure-storage ports (#4) Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com> * Shorten the paths down to _/_/_/ --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
27 lines
617 B
JSON
27 lines
617 B
JSON
{
|
|
"name": "azure-security-keyvault-keys-cpp",
|
|
"version-semver": "4.4.0",
|
|
"port-version": 1,
|
|
"description": [
|
|
"Microsoft Azure Key Vault Keys SDK for C++",
|
|
"This library provides Azure Key Vault Keys SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-keys",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.9.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|