aboutsummaryrefslogtreecommitdiff
path: root/ports/geogram/vcpkg.json
blob: f3d3175b2e4248acce92275d587947b3ba7c64d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "geogram",
  "version-string": "1.7.5",
  "port-version": 4,
  "description": "Geogram is a programming library of geometric algorithms.",
  "homepage": "https://gforge.inria.fr/projects/geogram/",
  "supports": "!uwp",
  "dependencies": [
    "blas",
    "lapack"
  ],
  "features": {
    "graphics": {
      "description": "Build viewers and geogram_gfx library.",
      "dependencies": [
        "glfw3"
      ]
    }
  }
}