yuzu/externals/vcpkg/ports/opentracing/vcpkg.json

20 lines
375 B
JSON
Executable File

{
"name": "opentracing",
"version": "1.6.0",
"port-version": 3,
"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
}
]
}