1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-06 06:16:32 -05:00

cmake: allow using system VMA library

This commit is contained in:
Alexandre Bouvier
2023-06-27 22:54:33 +02:00
parent 28598c9090
commit c3050c1b48
7 changed files with 11 additions and 6 deletions

View File

@@ -281,6 +281,7 @@ find_package(LLVM MODULE COMPONENTS Demangle)
find_package(lz4 REQUIRED)
find_package(nlohmann_json 3.8 REQUIRED)
find_package(Opus 1.3 MODULE)
find_package(VulkanMemoryAllocator CONFIG)
find_package(ZLIB 1.2 REQUIRED)
find_package(zstd 1.5 REQUIRED)