mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"name": "libeventheader-tracepoint",
|
|
"version": "1.4.0",
|
|
"description": "C/C++ interface for generating EventHeader-encoded Linux Tracepoints",
|
|
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
|
|
"license": "MIT",
|
|
"supports": "linux | windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "libtracepoint",
|
|
"version>=": "1.4.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|