eden/vcpkg.json

68 lines
No EOL
1.6 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "yuzu",
"builtin-baseline": "ea2a964f9303270322cf3f2d51c265ba146c422d",
"version": "1.0",
"dependencies": [
"boost-algorithm",
"boost-asio",
"boost-bind",
"boost-config",
"boost-container",
"boost-context",
"boost-crc",
"boost-functional",
"boost-heap",
"boost-icl",
"boost-intrusive",
"boost-locale",
"boost-mpl",
"boost-process",
"boost-range",
"boost-spirit",
"boost-test",
"boost-timer",
"boost-variant",
"fmt",
"lz4",
"nlohmann-json",
"zlib",
"zstd",
"sdl2",
{
"name": "dbus",
"default-features": false,
"platform": "linux"
},
{
"name": "libzip",
"platform": "!android"
}
],
"features": {
"yuzu-tests": {
"description": "Compile tests",
"dependencies": [
"catch2"
]
},
"web-service": {
"description": "Enable web services (telemetry, etc.)",
"dependencies": [
{
"name": "openssl"
}
]
}
},
"overrides": [
{
"name": "catch2",
"version": "3.3.1"
},
{
"name": "boost-process",
"version": "1.81.0"
}
]
}