-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvcpkg.json
More file actions
47 lines (46 loc) · 1.21 KB
/
vcpkg.json
File metadata and controls
47 lines (46 loc) · 1.21 KB
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
{
"dependencies": [
"geos",
"gsl",
{ "name": "meos", "version>=": "0" },
"vcpkg-cmake",
"openssl",
"zlib",
"expat",
{
"name": "sqlite3",
"features": [ "rtree" ],
"default-features": false
},
{
"name": "proj",
"default-features": false,
"version>=": "9.1.1"
},
{
"name": "curl",
"platform": "!wasm32 & !ios & !android",
"features": [ "openssl" ],
"default-features": false
},
{
"name": "gdal",
"version>=": "3.8.5",
"features": [
{
"name": "network",
"platform": "!wasm32 & !ios & !android"
},
"geos"
]
}
],
"builtin-baseline": "6603e6392c5a1474ce2d7d0574eb774ab43a3236",
"vcpkg-configuration": {
"overlay-ports": [
"./extension-ci-tools/vcpkg_ports",
"./vcpkg_ports",
"./duckdb-spatial/vcpkg_ports"
]
}
}