mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:39:08 +08:00
23 lines
400 B
JSON
23 lines
400 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|