mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
b9fc501b62
* New ports: libtracepoint, libeventheader-decode, libeventheader-tracepoint * Versions: libtracepoint, libeventheader-decode, libeventheader-tracepoint
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "libtracepoint",
|
|
"version": "1.0.0",
|
|
"description": "Linux tracepoints interface for C/C++",
|
|
"homepage": "https://github.com/microsoft/LinuxTracepoints/",
|
|
"license": "MIT",
|
|
"supports": "linux | windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|