-
Notifications
You must be signed in to change notification settings - Fork 1
/
vcpkg.json
43 lines (43 loc) · 1.08 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "astroid-core",
"version": "0.1.0",
"builtin-baseline": "7ba0ba7334c3346e7eee1e049ba85da193a8d821",
"dependencies": [
"cradle",
"catch2",
"msgpack",
"boost-algorithm",
"boost-assign",
"boost-date-time",
"boost-format",
"boost-preprocessor",
"boost-polygon",
"zlib"
],
"overrides": [
{
"name": "msgpack",
"version": "3.3.0"
},
{
"name": "openssl",
"version-string": "1.1.1n"
}
],
"vcpkg-configuration": {
"registries": [
{
"kind": "git",
"repository": "https://github.com/open-cradle/vcpkg-registry",
"baseline": "c5685e8719443ecbb4e43ca47508a88456b2da6a",
"packages": [
"cradle"
]
}
],
"overlay-triplets": [
"vcpkg/triplets/"
]
}
}