vcpkg/ports/libtracepoint-decode/vcpkg.json

19 lines
385 B
JSON
Raw Normal View History

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