mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
ffe7360e0f
* [opentracing] Fix library linkage * version * Fix linkage on Windows * version * simplify patch * version * Reduce patch * version
20 lines
375 B
JSON
20 lines
375 B
JSON
{
|
|
"name": "opentracing",
|
|
"version": "1.6.0",
|
|
"port-version": 4,
|
|
"description": "C++ implementation of the OpenTracing API",
|
|
"homepage": "https://opentracing.io",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|