aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sfcgal/vcpkg.json
blob: 0d1a49f738fcdefc05202adf81a9b05076965c11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "sfcgal",
  "version": "2.2.0",
  "description": "sfcgal is a C++ wrapper library around CGAL with the aim of supporting ISO 191007:2013 and OGC Simple Features for 3D operations.",
  "homepage": "https://gitlab.com/SFCGAL/SFCGAL",
  "license": "LGPL-2.0-or-later",
  "supports": "(x64 & (windows | osx | linux)) | (arm64 & osx)",
  "dependencies": [
    "cgal",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}