aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cgal/vcpkg.json
blob: 34ac287968c57600878936a328ac8ad75cb3ea15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "name": "cgal",
  "version": "6.0.1",
  "description": "The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.",
  "homepage": "https://github.com/CGAL/cgal",
  "license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
  "supports": "!xbox",
  "dependencies": [
    "boost-accumulators",
    "boost-algorithm",
    "boost-bimap",
    "boost-callable-traits",
    "boost-concept-check",
    "boost-container",
    "boost-core",
    "boost-detail",
    "boost-filesystem",
    "boost-format",
    "boost-functional",
    "boost-fusion",
    "boost-geometry",
    "boost-graph",
    "boost-heap",
    "boost-intrusive",
    "boost-iostreams",
    "boost-iterator",
    "boost-lambda",
    "boost-logic",
    "boost-math",
    "boost-mpl",
    "boost-multi-array",
    "boost-multi-index",
    "boost-multiprecision",
    "boost-numeric-conversion",
    "boost-optional",
    "boost-parameter",
    "boost-pool",
    "boost-preprocessor",
    "boost-property-map",
    "boost-property-tree",
    "boost-ptr-container",
    "boost-random",
    "boost-range",
    "boost-serialization",
    "boost-spirit",
    "boost-thread",
    "boost-tuple",
    "boost-type-traits",
    "boost-units",
    "boost-utility",
    "boost-variant",
    "gmp",
    "mpfr",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "qt": {
      "description": "Qt GUI support for CGAL",
      "dependencies": [
        "eigen3",
        {
          "name": "qtbase",
          "default-features": false
        },
        "qtdeclarative",
        "qtsvg"
      ]
    }
  }
}