mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
abd1153d8a
* [libtracepoint, libeventheader] - v1.1.0 Update `libtracepoint-*` and `libeventheader-*` to v1.1.0. * Versions for libtracepoint and libeventheader
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"name": "libtracepoint",
|
|
"version": "1.1.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|