forked from ZDoom/ZMusic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
30 lines (30 loc) · 801 Bytes
/
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "65c013b9667ff1f58fb8724209227e5a2e761043",
"name": "zmusic",
"description": "GZDoom's music system as a standalone library",
"features":
{
"vcpkg-libsndfile":
{
"description": "Use libsndfile provided by vcpkg.",
"dependencies":
[
{
"name": "libsndfile",
"default-features": false,
"features": [ "mpeg", "external-libs" ]
}
]
}
},
"dependencies": [
{
"name": "alsa",
"platform": "linux"
},
{
"name": "zlib"
}
]
}