diff options
Diffstat (limited to '')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b0891adf..2bef9d6ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -333,6 +333,7 @@ find_package(LLVM 17 MODULE COMPONENTS Demangle) | |||
| 333 | find_package(lz4 REQUIRED) | 333 | find_package(lz4 REQUIRED) |
| 334 | find_package(nlohmann_json 3.8 REQUIRED) | 334 | find_package(nlohmann_json 3.8 REQUIRED) |
| 335 | find_package(Opus 1.3 MODULE) | 335 | find_package(Opus 1.3 MODULE) |
| 336 | find_package(RenderDoc MODULE) | ||
| 336 | find_package(VulkanMemoryAllocator CONFIG) | 337 | find_package(VulkanMemoryAllocator CONFIG) |
| 337 | find_package(ZLIB 1.2 REQUIRED) | 338 | find_package(ZLIB 1.2 REQUIRED) |
| 338 | find_package(zstd 1.5 REQUIRED) | 339 | find_package(zstd 1.5 REQUIRED) |