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