vcpkg/ports/sophus/vcpkg.json
Hauke Strasdat 1ea2f6a2fc
[sophus] Update to 1.24.6-rc1 (#39225)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-06-12 16:26:25 -07:00

19 lines
334 B
JSON

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