mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 16:19: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>
32 lines
820 B
JSON
32 lines
820 B
JSON
{
|
|
"name": "azure-core-tracing-opentelemetry-cpp",
|
|
"version-semver": "1.0.0-beta.4",
|
|
"port-version": 1,
|
|
"description": [
|
|
"Microsoft Azure Core Tracing OpenTelemetry SDK for C++",
|
|
"This library provides support for modern Azure SDK client libraries written in C++ to leverage OpenTelemetry APIs."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/core/azure-core-tracing-opentelemetry",
|
|
"license": "MIT",
|
|
"supports": "!(windows & !static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.8.0"
|
|
},
|
|
{
|
|
"name": "opentelemetry-cpp",
|
|
"version>=": "1.3.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|