cmake: prefer system renderdoc header

This commit is contained in:
Alexandre Bouvier 2023-09-16 18:59:53 +02:00
parent 974380fe10
commit f93f31f4ae
4 changed files with 26 additions and 3 deletions

View file

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