-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
36 lines (36 loc) · 770 Bytes
/
vcpkg.json
File metadata and controls
36 lines (36 loc) · 770 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
{
"dependencies": [
"boost-system",
"boost-asio",
"boost-test",
"boost-program-options",
"boost-date-time",
"boost-coroutine",
"boost-process",
"boost-property-tree",
"boost-interprocess",
"boost-scope-exit",
"fmt",
{
"name": "pkgconf",
"platform": "!android"
},
{
"name": "shiftmedia-libgnutls",
"platform": "windows"
},
{
"name": "libgnutls",
"platform": "!windows",
"version>=": "3.8.10"
},
"openssl",
"msgpack",
"nettle",
"argon2",
"jsoncpp",
"libwebp",
"pcre2",
"wxwidgets"
]
}