vkdoom_m/vcpkg.json
Rachael Alexanderson 9f3cb3d92e Squashed 'libraries/ZMusic/' content from commit ac3e232b00
git-subtree-dir: libraries/ZMusic
git-subtree-split: ac3e232b001129c740b7b65196ae0e1b13b82513
2025-07-30 00:24:15 -04:00

47 lines
1.3 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "0659bf17507c88f2da8cb196303a5b6fd862f817",
"features":
{
"vcpkg-libvpx":
{
"description": "Use libvpx provided by vcpkg on Windows",
"dependencies": [
{
"name": "libvpx",
"default-features": false,
"platform": "(!windows & static) | (windows & static & staticcrt)"
}
]
},
"vcpkg-openal-soft":
{
"description": "Use openal-soft provided by vcpkg.",
"dependencies": [
{
"name": "openal-soft",
"default-features": false,
"platform": "(!windows & static) | (windows & static & staticcrt)"
}
]
}
},
"dependencies": [
{
"name": "bzip2",
"platform": "(!windows & static) | (windows & static & staticcrt)"
},
{
"name": "libvpx",
"platform": "!windows & static"
},
{
"name": "gtk3",
"platform": "!windows & !osx & static"
},
{
"name": "glib",
"platform": "!windows & !osx & static"
}
]
}