-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathvcpkg.json
68 lines (68 loc) · 1.25 KB
/
vcpkg.json
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
{
"name": "roofer",
"version-string": "1.0.0",
"features": {
"spdlog": {
"description": "Use spdlog as logging backend.",
"dependencies": [
"spdlog"
]
},
"test": {
"description": "Build tests.",
"dependencies": [
"catch2"
]
},
"val3dity": {
"description": "Use val3dity for 3D validation.",
"dependencies": [
"pugixml",
"spdlog",
"tclap"
]
},
"apps": {
"description": "Build apps.",
"dependencies": [
"geos",
"lastools",
{
"name": "mimalloc",
"features": [
]
},
{
"name": "gdal",
"features": [
"recommended-features",
"postgresql"
]
},
{
"name": "bshoshany-thread-pool",
"version>=": "4.1.0"
},
{
"name": "nlohmann-json",
"version>=": "3.11.3"
}
]
}
},
"dependencies": [
{
"name": "cgal",
"version>=": "6.0"
},
"eigen3",
"fmt"
],
"overrides": [
{
"name": "nlohmann-json",
"version": "3.11.3"
}
],
"builtin-baseline": "0104b799f55b33a4e1b97ecc3a975da664540b71"
}