From b92a1884a806a6df681ec95954a9a4e03688561c Mon Sep 17 00:00:00 2001 From: Aristo7 <5432499+Aristo7@users.noreply.github.com> Date: Tue, 11 May 2021 18:08:59 -0400 Subject: [PATCH] Addex dx12/metal builders to linux --- .../Code/Source/Platform/Linux/additional_linux_tool_deps.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Linux/additional_linux_tool_deps.cmake b/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Linux/additional_linux_tool_deps.cmake index 8fb58f5e56..942a694205 100644 --- a/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Linux/additional_linux_tool_deps.cmake +++ b/Gems/AtomLyIntegration/AtomBridge/Code/Source/Platform/Linux/additional_linux_tool_deps.cmake @@ -12,4 +12,6 @@ set(LY_RUNTIME_DEPENDENCIES Gem::Atom_RHI_Vulkan.Private Gem::Atom_RHI_Vulkan.Builders + Gem::Atom_RHI_DX12.Builders + Gem::Atom_RHI_Metal.Builders )