summaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorGravatar lat9nq2022-07-22 14:49:43 -0400
committerGravatar lat9nq2022-07-22 20:54:00 -0400
commit265d1d697935ec65e31d55fc424d96276d41a8c9 (patch)
tree2bf3da2f89b9fa8e7b33bfd088920613a9982949 /vcpkg.json
parentci,CMake: Drop Conan support for vcpkg (diff)
downloadyuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar.gz
yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar.xz
yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.zip
ci,CMake: Integrate vcpkg into CMakeLists
Uses manifest mode if the bundled vcpkg is used.
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
new file mode 100644
index 000000000..8d3c5919a
--- /dev/null
+++ b/vcpkg.json
@@ -0,0 +1,29 @@
1{
2 "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
3 "name": "yuzu",
4 "version": "1.0",
5 "dependencies": [
6 "boost-algorithm",
7 "boost-asio",
8 "boost-bind",
9 "boost-config",
10 "boost-container",
11 "boost-context",
12 "boost-crc",
13 "boost-functional",
14 "boost-icl",
15 "boost-intrusive",
16 "boost-mpl",
17 "boost-process",
18 "boost-range",
19 "boost-spirit",
20 "boost-test",
21 "boost-timer",
22 "boost-variant",
23 "fmt",
24 "lz4",
25 "nlohmann-json",
26 "zlib",
27 "zstd"
28 ]
29}