-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathvcpkg.json
More file actions
55 lines (55 loc) · 998 Bytes
/
vcpkg.json
File metadata and controls
55 lines (55 loc) · 998 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"vcpkg-configuration": {
"overlay-triplets": [
"./VcpkgCustomTriplets"
],
"overlay-ports": [
"./VcpkgPortOverlay"
]
},
"builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b",
"dependencies": [
"catch2",
"correlation-vector-cpp",
{
"name": "curl",
"features": [
"c-ares"
]
},
"cpprestsdk",
"detours",
"jsoncpp",
"libyaml",
"nlohmann-json",
"valijson",
"zlib"
],
"overrides": [
{
"name": "c-ares",
"version": "1.19.1"
},
{
"name": "correlation-vector-cpp",
"version": "1.0"
},
{
"name": "cpprestsdk",
"version": "2.10.19"
},
{
"name": "curl",
"version": "8.15.0"
},
{
"name": "nlohmann-json",
"version": "3.12.0"
},
{
"name": "zlib",
"version": "1.3.1"
}
]
}