mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-11-23 12:22:30 +00:00
Add vcpkg.json
This commit is contained in:
parent
fc30a8f1e4
commit
a036a16450
1 changed files with 23 additions and 0 deletions
23
vcpkg.json
Normal file
23
vcpkg.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue