From ae118264c54c5b9cdda766385f28ea07fa0feee7 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Fri, 20 Aug 2021 06:38:54 +0100 Subject: [PATCH] Add some missing renderdoc .h files to sources Helpful for IDE project generation from CMake ie. xcode project --- renderdoc/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renderdoc/CMakeLists.txt b/renderdoc/CMakeLists.txt index e8d218d6a..fbae8886d 100644 --- a/renderdoc/CMakeLists.txt +++ b/renderdoc/CMakeLists.txt @@ -97,10 +97,12 @@ set(sources api/replay/apidefs.h api/replay/capture_options.h api/replay/common_pipestate.h + api/replay/pipestate.h api/replay/control_types.h api/replay/data_types.h api/replay/rdcarray.h api/replay/rdcdatetime.h + api/replay/rdcflatmap.h api/replay/rdcpair.h api/replay/rdcstr.h api/replay/replay_enums.h @@ -118,6 +120,7 @@ set(sources common/custom_assert.h common/dds_readwrite.cpp common/dds_readwrite.h + common/formatting.h common/globalconfig.h common/shader_cache.h common/threading.h