2022-07-22 18:49:43 +00:00
|
|
|
{
|
2023-02-22 19:27:05 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
2022-07-22 18:49:43 +00:00
|
|
|
"name": "yuzu",
|
2023-12-12 18:12:08 +00:00
|
|
|
"builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6",
|
2022-07-22 18:49:43 +00:00
|
|
|
"version": "1.0",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-asio",
|
|
|
|
"boost-bind",
|
|
|
|
"boost-config",
|
|
|
|
"boost-container",
|
|
|
|
"boost-context",
|
|
|
|
"boost-crc",
|
|
|
|
"boost-functional",
|
2023-09-15 16:34:47 +00:00
|
|
|
"boost-heap",
|
2022-07-22 18:49:43 +00:00
|
|
|
"boost-icl",
|
|
|
|
"boost-intrusive",
|
|
|
|
"boost-mpl",
|
|
|
|
"boost-process",
|
|
|
|
"boost-range",
|
|
|
|
"boost-spirit",
|
|
|
|
"boost-test",
|
|
|
|
"boost-timer",
|
|
|
|
"boost-variant",
|
|
|
|
"fmt",
|
|
|
|
"lz4",
|
|
|
|
"nlohmann-json",
|
|
|
|
"zlib",
|
|
|
|
"zstd"
|
2022-07-25 17:02:09 +00:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"yuzu-tests": {
|
|
|
|
"description": "Compile tests",
|
|
|
|
"dependencies": [ "catch2" ]
|
2022-07-25 20:45:38 +00:00
|
|
|
},
|
2023-02-22 19:27:05 +00:00
|
|
|
"web-service": {
|
|
|
|
"description": "Enable web services (telemetry, etc.)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "openssl",
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
]
|
2022-07-25 17:02:09 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"name": "catch2",
|
2023-05-03 01:27:17 +00:00
|
|
|
"version": "3.3.1"
|
2022-08-07 21:00:47 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "fmt",
|
2023-12-12 18:12:08 +00:00
|
|
|
"version": "10.1.1"
|
2022-07-25 17:02:09 +00:00
|
|
|
}
|
2022-07-22 18:49:43 +00:00
|
|
|
]
|
|
|
|
}
|