mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
2962fb42d1
* [sophus] update sophus to 2021-09-14 * run vcpkg x-add-version * [sophus] fix vcpkg cmake deprecations Co-Authored-By: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [sophus] use version-date Co-Authored-By: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * run x-add-version * [sophus] Fixup config * run x-add-version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
22 lines
383 B
JSON
22 lines
383 B
JSON
{
|
|
"name": "sophus",
|
|
"version-date": "2021-09-14",
|
|
"description": "Lie group library for C++",
|
|
"homepage": "https://github.com/strasdat/Sophus",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"ceres",
|
|
"eigen3",
|
|
"fmt",
|
|
"suitesparse",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|