mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:49:00 +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>
28 lines
665 B
JSON
28 lines
665 B
JSON
{
|
|
"name": "azure-security-attestation-cpp",
|
|
"version-semver": "1.1.0",
|
|
"port-version": 1,
|
|
"description": [
|
|
"Microsoft Azure Attestation Service SDK for C++",
|
|
"This library provides API access to the Microsoft Azure Attestation service."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/attestation/azure-security-attestation",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.8.0"
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|