vcpkg/ports/libtracepoint/vcpkg.json

20 lines
412 B
JSON
Raw Normal View History

{
"name": "libtracepoint",
"version": "1.3.3",
"port-version": 1,
"description": "C/C++ interface for generating 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
}
]
}