From 1e232294d564f0fa80190549ee77850807b1b9d1 Mon Sep 17 00:00:00 2001 From: Aristo7 <5432499+Aristo7@users.noreply.github.com> Date: Mon, 10 May 2021 14:36:32 -0500 Subject: [PATCH] Added Null RHI to all targets --- Gems/AtomLyIntegration/AtomBridge/Code/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gems/AtomLyIntegration/AtomBridge/Code/CMakeLists.txt b/Gems/AtomLyIntegration/AtomBridge/Code/CMakeLists.txt index 30861a6feb..33873e0dfa 100644 --- a/Gems/AtomLyIntegration/AtomBridge/Code/CMakeLists.txt +++ b/Gems/AtomLyIntegration/AtomBridge/Code/CMakeLists.txt @@ -54,6 +54,7 @@ ly_add_target( RUNTIME_DEPENDENCIES Gem::Atom_RHI.Private Gem::Atom_RPI.Private + Gem::Atom_RHI_Null.Private Gem::Atom_Feature_Common Gem::Atom_Bootstrap Gem::Atom_Component_DebugCamera @@ -89,6 +90,8 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS) Gem::Atom_RHI.Private Gem::Atom_RPI.Builders Gem::Atom_RPI.Editor + Gem::Atom_RHI_Null.Private + Gem::Atom_RHI_Null.Builders Gem::Atom_Feature_Common.Builders Gem::Atom_Feature_Common.Editor Gem::Atom_Bootstrap