summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 166024844..150c78d64 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -294,6 +294,7 @@ find_package(lz4 REQUIRED)
294find_package(nlohmann_json 3.8 REQUIRED) 294find_package(nlohmann_json 3.8 REQUIRED)
295find_package(Opus 1.3 MODULE) 295find_package(Opus 1.3 MODULE)
296find_package(RenderDoc MODULE) 296find_package(RenderDoc MODULE)
297find_package(stb MODULE)
297find_package(VulkanMemoryAllocator CONFIG) 298find_package(VulkanMemoryAllocator CONFIG)
298find_package(ZLIB 1.2 REQUIRED) 299find_package(ZLIB 1.2 REQUIRED)
299find_package(zstd 1.5 REQUIRED) 300find_package(zstd 1.5 REQUIRED)