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