yuzu/externals/vcpkg/ports/cartographer/vcpkg.json

31 lines
529 B
JSON
Executable File

{
"name": "cartographer",
"version": "1.0.0",
"port-version": 5,
"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",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}