-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
78 lines (78 loc) · 1.34 KB
/
Copy pathvcpkg.json
File metadata and controls
78 lines (78 loc) · 1.34 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
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "my-project",
"version-string": "1.0.0",
"builtin-baseline": "18919708ee85a93da45f7eaa50f7998d0d0b1b7b",
"dependencies": [
{
"name": "openssl",
"features": [
"tools"
]
},
"zlib",
"libssh",
"antlr4",
"rapidjson",
"sqlite3",
{
"name": "libffi",
"platform": "!windows"
},
{
"name": "liblzma",
"platform": "!windows"
},
{
"name": "bzip2",
"platform": "!windows"
},
{
"name": "curl",
"features": [
"openssl"
]
},
"zstd"
],
"features": {
"tests": {
"description": "Dependencies of the unit-test suite; selected by -DWITH_TESTS=1",
"dependencies": [
"gtest"
]
}
},
"overrides": [
{
"name": "openssl",
"version": "3.6.3"
},
{
"name": "libssh",
"version": "0.12.0"
},
{
"name": "gtest",
"version": "1.17.0"
},
{
"name": "antlr4",
"version": "4.13.2",
"port-version": 1
},
{
"name": "curl",
"version": "8.21.0"
},
{
"name": "zlib",
"version": "1.3.2"
},
{
"name": "sqlite3",
"version": "3.53.3",
"port-version": 1
}
]
}