mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:20:24 +08:00
14 lines
274 B
JSON
14 lines
274 B
JSON
|
{
|
||
|
"name": "g2o",
|
||
|
"version-string": "2020-02-07",
|
||
|
"port-version": 2,
|
||
|
"description": "g2o: A General Framework for Graph Optimization",
|
||
|
"homepage": "https://openslam.org/g2o.html",
|
||
|
"dependencies": [
|
||
|
"ceres",
|
||
|
"eigen3",
|
||
|
"lapack",
|
||
|
"suitesparse"
|
||
|
]
|
||
|
}
|