mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
51 lines
No EOL
1.4 KiB
JSON
51 lines
No EOL
1.4 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"builtin-baseline": "2c401863dd54a640aeb26ed736c55489c079323b",
|
|
"features":
|
|
{
|
|
"vcpkg-libvpx":
|
|
{
|
|
"description": "Use libvpx provided by vcpkg on Windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "libvpx",
|
|
"default-features": false,
|
|
"platform": "windows & static & staticcrt"
|
|
}
|
|
]
|
|
},
|
|
"vcpkg-openal-soft":
|
|
{
|
|
"description": "Use openal-soft provided by vcpkg.",
|
|
"dependencies": [
|
|
{
|
|
"name": "openal-soft",
|
|
"default-features": false,
|
|
"platform": "!windows | (windows & static & staticcrt)"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "zlib",
|
|
"platform": "!windows | (windows & static & staticcrt)"
|
|
},
|
|
{
|
|
"name": "bzip2",
|
|
"platform": "!windows | (windows & static & staticcrt)"
|
|
},
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "!windows & !osx"
|
|
},
|
|
{
|
|
"name": "libvpx",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "libwebp",
|
|
"platform": "!windows | (windows & static & staticcrt)"
|
|
}
|
|
]
|
|
} |