vcpkg/ports/libtracepoint-decode/vcpkg.json

19 lines
392 B
JSON

{
"name": "libtracepoint-decode",
"version": "1.4.0",
"description": "C++ classes for decoding Linux Tracepoints",
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
"license": "MIT",
"supports": "linux | windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}