forked from eden-emu/eden
Update vcpkg.json
to include libzip.
This commit is contained in:
parent
1e31a48957
commit
89b70d14bd
1 changed files with 16 additions and 5 deletions
19
vcpkg.json
19
vcpkg.json
|
@ -15,10 +15,11 @@
|
||||||
"boost-heap",
|
"boost-heap",
|
||||||
"boost-icl",
|
"boost-icl",
|
||||||
"boost-intrusive",
|
"boost-intrusive",
|
||||||
|
"boost-locale",
|
||||||
"boost-mpl",
|
"boost-mpl",
|
||||||
|
"boost-process",
|
||||||
"boost-range",
|
"boost-range",
|
||||||
"boost-spirit",
|
"boost-spirit",
|
||||||
"boost-process",
|
|
||||||
"boost-test",
|
"boost-test",
|
||||||
"boost-timer",
|
"boost-timer",
|
||||||
"boost-variant",
|
"boost-variant",
|
||||||
|
@ -27,12 +28,23 @@
|
||||||
"nlohmann-json",
|
"nlohmann-json",
|
||||||
"zlib",
|
"zlib",
|
||||||
"zstd",
|
"zstd",
|
||||||
"sdl2"
|
"sdl2",
|
||||||
|
{
|
||||||
|
"name": "dbus",
|
||||||
|
"default-features": false,
|
||||||
|
"platform": "linux"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "libzip",
|
||||||
|
"platform": "!android"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"features": {
|
"features": {
|
||||||
"yuzu-tests": {
|
"yuzu-tests": {
|
||||||
"description": "Compile tests",
|
"description": "Compile tests",
|
||||||
"dependencies": [ "catch2" ]
|
"dependencies": [
|
||||||
|
"catch2"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"web-service": {
|
"web-service": {
|
||||||
"description": "Enable web services (telemetry, etc.)",
|
"description": "Enable web services (telemetry, etc.)",
|
||||||
|
@ -52,6 +64,5 @@
|
||||||
"name": "boost-process",
|
"name": "boost-process",
|
||||||
"version": "1.81.0"
|
"version": "1.81.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue