-
Notifications
You must be signed in to change notification settings - Fork 772
Expand file tree
/
Copy pathvcpkg.json
More file actions
37 lines (37 loc) · 786 Bytes
/
vcpkg.json
File metadata and controls
37 lines (37 loc) · 786 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
{
"builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09",
"dependencies": [
"boost-algorithm",
"boost-json",
"grpc",
"fmt",
"scope-guard",
"yaml-cpp",
"neargye-semver",
"openssl",
{
"name": "qtbase",
"default-features": false,
"features": [
"network",
"concurrent",
"openssl",
"dbus"
]
}
],
"overrides": [
{
"name": "fmt",
"version": "11.2.0"
}
],
"features": {
"tests": {
"description": "Enable test dependencies",
"dependencies": [
"gtest"
]
}
}
}