diff options
| author | 2023-06-27 22:54:33 +0200 | |
|---|---|---|
| committer | 2023-07-12 04:51:45 +0200 | |
| commit | c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3 (patch) | |
| tree | e69757e6255f68e5e18f1c8d483323e9a9cdbd4e /CMakeLists.txt | |
| parent | Merge pull request #10985 from liamwhite/handle-translate (diff) | |
| download | yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar.gz yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar.xz yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.zip | |
cmake: allow using system VMA library
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f8febb90..bf76282e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -281,6 +281,7 @@ find_package(LLVM MODULE COMPONENTS Demangle) | |||
| 281 | find_package(lz4 REQUIRED) | 281 | find_package(lz4 REQUIRED) |
| 282 | find_package(nlohmann_json 3.8 REQUIRED) | 282 | find_package(nlohmann_json 3.8 REQUIRED) |
| 283 | find_package(Opus 1.3 MODULE) | 283 | find_package(Opus 1.3 MODULE) |
| 284 | find_package(VulkanMemoryAllocator CONFIG) | ||
| 284 | find_package(ZLIB 1.2 REQUIRED) | 285 | find_package(ZLIB 1.2 REQUIRED) |
| 285 | find_package(zstd 1.5 REQUIRED) | 286 | find_package(zstd 1.5 REQUIRED) |
| 286 | 287 | ||