summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-09-19 09:24:36 -0400
committerGitHub <noreply@github.com>2023-09-19 09:24:36 -0400
commitda8cbbf958c6a5b481e93ab11b018194fffea93d (patch)
tree8c1701330b5198f21b5363af00bdc46896635edc /CMakeLists.txt
parent55087ab08aec19d0f1fd75c456374813ce840653 (diff)
parentf93f31f4ae6c8ab22182ae0fdf4eb613658e98f3 (diff)
Merge pull request #11536 from abouvier/renderdoc
cmake: prefer system renderdoc header
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 3b0891adf..2bef9d6ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)