aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtracepoint-control/vcpkg.json
blob: 2b84b6711a9877c51dbaf79952a5cf3a2923bd08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "libtracepoint-control",
  "version": "1.4.0",
  "description": "C++ classes for collecting Linux Tracepoints",
  "homepage": "https://github.com/microsoft/LinuxTracepoints/",
  "license": "MIT",
  "supports": "linux",
  "dependencies": [
    {
      "name": "libtracepoint-decode",
      "version>=": "1.4.0"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build user tools: perf-collect",
      "supports": "linux"
    }
  }
}