diff options
Diffstat (limited to 'vcpkg/ports/libtracepoint-decode/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libtracepoint-decode/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libtracepoint-decode/vcpkg.json b/vcpkg/ports/libtracepoint-decode/vcpkg.json new file mode 100644 index 0000000..960ec77 --- /dev/null +++ b/vcpkg/ports/libtracepoint-decode/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "libtracepoint-decode", + "version": "1.4.0", + "description": "C++ classes for decoding 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 + } + ] +} |