forked from wesnoth/wesnoth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
55 lines (55 loc) · 1.09 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
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",
"name": "wesnoth-dependencies",
"version": "0.0.1",
"builtin-baseline": "dafef74af53669ef1cc9015f55e0ce809ead62aa",
"dependencies": [
"sdl2",
{
"name": "sdl2-image",
"features": [ "libjpeg-turbo", "libwebp" ]
},
"libwebp",
"sdl2-mixer",
"bzip2",
"zlib",
"pango",
"cairo",
"fontconfig",
"libvorbis",
"libogg",
"openssl",
"boost-filesystem",
"boost-iostreams",
{
"name": "boost-locale",
"features": [ "icu" ]
},
"boost-random",
{
"name": "boost-regex",
"features": [ "icu" ]
},
"boost-asio",
"boost-program-options",
"boost-system",
"boost-bimap",
"boost-math",
"boost-logic",
"boost-format",
"boost-scope-exit",
"boost-circular-buffer",
"boost-ptr-container",
"boost-spirit",
"boost-test",
"boost-process",
{
"name": "curl",
"features": [ "openssl" ]
},
{
"name": "pkgconf",
"platform": "windows"
}
]
}