aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libeventheader-tracepoint/vcpkg.json
blob: eaf8c7e0176ec33fcbeacbebc6fc9d2eb85d2849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "libeventheader-tracepoint",
  "version": "1.4.0",
  "description": "C/C++ interface for generating EventHeader-encoded Linux Tracepoints",
  "homepage": "https://github.com/microsoft/LinuxTracepoints/",
  "license": "MIT",
  "supports": "linux | windows",
  "dependencies": [
    {
      "name": "libtracepoint",
      "version>=": "1.4.0"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}