diff options
Diffstat (limited to 'vcpkg/ports/poselib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/poselib/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/poselib/vcpkg.json b/vcpkg/ports/poselib/vcpkg.json new file mode 100644 index 0000000..018d5dc --- /dev/null +++ b/vcpkg/ports/poselib/vcpkg.json @@ -0,0 +1,18 @@ +{ + "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 + } + ] +} |