cmake: prefer system stb headers

This commit is contained in:
Alexandre Bouvier 2023-10-12 16:36:26 +02:00
parent 4e23876a07
commit fc27fd3f02
14 changed files with 10932 additions and 11510 deletions

View file

@ -294,6 +294,7 @@ find_package(lz4 REQUIRED)
find_package(nlohmann_json 3.8 REQUIRED)
find_package(Opus 1.3 MODULE)
find_package(RenderDoc MODULE)
find_package(stb MODULE)
find_package(VulkanMemoryAllocator CONFIG)
find_package(ZLIB 1.2 REQUIRED)
find_package(zstd 1.5 REQUIRED)