aboutsummaryrefslogtreecommitdiff
path: root/ports/cartographer/vcpkg.json
blob: 78acff4dd15afb031a2fab9d4f09eca8170e2f34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "cartographer",
  "version": "1.0.0",
  "port-version": 4,
  "description": "Google 2D & 3D SLAM package",
  "homepage": "https://github.com/googlecartographer/cartographer",
  "dependencies": [
    "boost-iostreams",
    "cairo",
    {
      "name": "ceres",
      "features": [
        "suitesparse"
      ]
    },
    "gflags",
    "glog",
    "gtest",
    "lua",
    "protobuf"
  ]
}