mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:59:10 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
22 lines
401 B
JSON
22 lines
401 B
JSON
{
|
|
"name": "g2o",
|
|
"version-date": "2020-02-07",
|
|
"port-version": 4,
|
|
"description": "g2o: A General Framework for Graph Optimization",
|
|
"homepage": "https://openslam.org/g2o.html",
|
|
"dependencies": [
|
|
"ceres",
|
|
"eigen3",
|
|
"lapack",
|
|
"suitesparse",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|