Merge pull request #10934 from abouvier/cmake-vma

cmake: allow using system VMA library
This commit is contained in:
liamwhite 2023-07-17 10:42:41 -04:00 committed by GitHub
commit 5593bed08a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 6 deletions

View file

@ -293,6 +293,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)