aboutsummaryrefslogtreecommitdiff
path: root/ports/realsense2/vcpkg.json
blob: e5add498a8e339353a8f34156fec6c51c51ce408 (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
{
  "name": "realsense2",
  "version": "2.49.0",
  "description": "Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).",
  "homepage": "https://github.com/IntelRealSense/librealsense",
  "dependencies": [
    {
      "name": "libusb",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "openni2": {
      "description": "Build Intel® RealSense™ OpenNI2 driver",
      "dependencies": [
        "openni2"
      ]
    },
    "tm2": {
      "description": "Build Intel® RealSense™ T265 device"
    },
    "tools": {
      "description": "Build Intel® RealSense™ tools",
      "dependencies": [
        "glfw3",
        "opengl"
      ]
    }
  }
}