forked from wesnoth/wesnoth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
56 lines (56 loc) · 1.11 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
56
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "wesnoth-dependencies",
"version": "0.0.1",
"builtin-baseline": "e63bd09dc0b7204467705c1c7c71d0e2a3f8860b",
"dependencies": [
"sdl2",
{
"name": "sdl2-image",
"features": [ "libjpeg-turbo", "libwebp" ]
},
"libwebp",
"sdl2-mixer",
"bzip2",
"zlib",
"pango",
"cairo",
"fontconfig",
"libvorbis",
"libogg",
"openssl",
"boost-filesystem",
"boost-graph",
"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"
}
]
}