diff options
author | lat9nq <lat9nq@gmail.com> | 2022-07-22 20:49:43 +0200 |
---|---|---|
committer | lat9nq <lat9nq@gmail.com> | 2022-07-23 02:54:00 +0200 |
commit | 265d1d697935ec65e31d55fc424d96276d41a8c9 (patch) | |
tree | 2bf3da2f89b9fa8e7b33bfd088920613a9982949 /vcpkg.json | |
parent | ci,CMake: Drop Conan support for vcpkg (diff) | |
download | yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar.gz yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar.bz2 yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar.lz yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar.xz yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar.zst yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.zip |
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 29 |
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 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", + "name": "yuzu", + "version": "1.0", + "dependencies": [ + "boost-algorithm", + "boost-asio", + "boost-bind", + "boost-config", + "boost-container", + "boost-context", + "boost-crc", + "boost-functional", + "boost-icl", + "boost-intrusive", + "boost-mpl", + "boost-process", + "boost-range", + "boost-spirit", + "boost-test", + "boost-timer", + "boost-variant", + "fmt", + "lz4", + "nlohmann-json", + "zlib", + "zstd" + ] +} |