vcpkg/ports/poselib/vcpkg.json
2024-10-15 20:58:22 -07:00

19 lines
368 B
JSON

{
"name": "poselib",
"version": "2.0.4",
"description": "Minimal solvers for calibrated camera pose estimation",
"homepage": "https://github.com/PoseLib/PoseLib",
"license": "BSD-3-Clause",
"dependencies": [
"eigen3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}