aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sophus/vcpkg.json
blob: 4a42b5fe10505d1cce7d98c0a55f1966334dde15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
  ]
}