From 8c5792f412ffef1353dff998ae17fe0091f8d1a4 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Sun, 26 Sep 2021 06:10:10 +0100 Subject: [PATCH] Add api/replay/pipestate.inl to sources list xcode project generation is driven by the sources list before this commit "pipestate.inl" was not present in the xcode project after this commit it is present --- renderdoc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/renderdoc/CMakeLists.txt b/renderdoc/CMakeLists.txt index fbae8886d..9174afb2a 100644 --- a/renderdoc/CMakeLists.txt +++ b/renderdoc/CMakeLists.txt @@ -98,6 +98,7 @@ set(sources api/replay/capture_options.h api/replay/common_pipestate.h api/replay/pipestate.h + api/replay/pipestate.inl api/replay/control_types.h api/replay/data_types.h api/replay/rdcarray.h