mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:39:06 +08:00
1ea2f6a2fc
Co-authored-by: Kai Pastor <dg0yt@darc.de>
19 lines
334 B
JSON
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
|
|
}
|
|
]
|
|
}
|