vcpkg/ports/opentracing/vcpkg.json
Thomas1664 ffe7360e0f
[opentracing] Fix library linkage (#28606)
* [opentracing] Fix library linkage

* version

* Fix linkage on Windows

* version

* simplify patch

* version

* Reduce patch

* version
2023-03-17 13:02:58 -07:00

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
}
]
}