aboutsummaryrefslogtreecommitdiff
path: root/ports/rtabmap/vcpkg.json
blob: ef458fd628101fe902eb64ceebb4272c986c82da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "rtabmap",
  "version-string": "0.20.3",
  "port-version": 1,
  "description": "Real-Time Appearance-Based Mapping",
  "homepage": "https://introlab.github.io/rtabmap/",
  "supports": "windows & !static",
  "dependencies": [
    "opencv",
    "pcl",
    "zlib"
  ],
  "features": {
    "tools": {
      "description": "Build tools",
      "dependencies": [
        "yaml-cpp"
      ]
    }
  }
}