aboutsummaryrefslogtreecommitdiff
path: root/ports/theia/vcpkg.json
blob: adcfa7f40187cd1a7d4521ee1ee3561dba372529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "theia",
  "version-string": "0.8",
  "port-version": 4,
  "description": "An open source library for multiview geometry and structure from motion",
  "homepage": "https://github.com/sweeneychris/TheiaSfM",
  "dependencies": [
    "cereal",
    {
      "name": "ceres",
      "features": [
        "suitesparse"
      ]
    },
    "flann",
    {
      "name": "freeglut",
      "platform": "!osx"
    },
    "glew",
    "openimageio"
  ]
}