zmusic/vcpkg.json

31 lines
801 B
JSON
Raw Permalink Normal View History

2023-08-15 19:30:48 +00:00
{
"$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":
{
2023-08-16 04:36:07 +00:00
"vcpkg-libsndfile":
{
2023-08-15 19:30:48 +00:00
"description": "Use libsndfile provided by vcpkg.",
2023-08-16 04:36:07 +00:00
"dependencies":
[
2023-08-15 19:30:48 +00:00
{
"name": "libsndfile",
"default-features": false,
"features": [ "mpeg", "external-libs" ]
}
]
2023-08-16 04:36:07 +00:00
}
2023-08-15 19:30:48 +00:00
},
"dependencies": [
{
"name": "alsa",
"platform": "linux"
2023-08-27 11:22:15 +00:00
},
{
"name": "zlib"
2023-08-15 19:30:48 +00:00
}
]
2023-08-27 11:22:15 +00:00
}