vcpkg/ports/sophus/vcpkg.json

20 lines
343 B
JSON
Raw Normal View History

{
"name": "sophus",
"version": "1.22.10",
"description": "Lie group library for C++",
"homepage": "https://github.com/strasdat/Sophus",
"license": "MIT",
"dependencies": [
"eigen3",
"fmt",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}