aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-kinect-sensor-sdk/vcpkg.json
blob: f20bbe2af61bf3a4412e64a2e95326c4ea99052e (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "name": "azure-kinect-sensor-sdk",
  "version": "1.4.1",
  "port-version": 3,
  "description": "Azure Kinect SDK is a cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.",
  "homepage": "https://github.com/microsoft/Azure-Kinect-Sensor-SDK",
  "supports": "linux & windows",
  "dependencies": [
    "azure-c-shared-utility",
    "cjson",
    "ebml",
    "glfw3",
    "gtest",
    "imgui",
    "libjpeg-turbo",
    "libsoundio",
    "libusb",
    {
      "name": "libuvc",
      "platform": "linux"
    },
    "libyuv",
    "matroska",
    "spdlog"
  ],
  "features": {
    "docs": {
      "description": "Build K4A doxygen documentation."
    },
    "tool": {
      "description": "Build tools.",
      "dependencies": [
        "gl3w",
        "glew",
        {
          "name": "imgui",
          "features": [
            "glfw-binding",
            "opengl3-glew-binding"
          ]
        }
      ]
    }
  }
}