vcpkg/ports/libtracepoint/vcpkg.json
Doug Cook abd1153d8a
[libtracepoint, libeventheader] - v1.1.0 (#32129)
* [libtracepoint, libeventheader] - v1.1.0

Update `libtracepoint-*` and `libeventheader-*` to v1.1.0.

* Versions for libtracepoint and libeventheader
2023-06-21 17:36:15 -07:00

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
}
]
}