Add vcpkg.json

This commit is contained in:
Cacodemon345 2023-08-16 01:30:48 +06:00 committed by Christoph Oelckers
parent fc30a8f1e4
commit a036a16450

23
vcpkg.json Normal file
View file

@ -0,0 +1,23 @@
{
"$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":
{
"description": "Use libsndfile provided by vcpkg.",
"dependencies": [
{
"name": "libsndfile",
"default-features": false,
"features": [ "mpeg", "external-libs" ]
}
]
},
"dependencies": [
{
"name": "alsa",
"platform": "linux"
}
]
}