From 46b4b76682b9ff1587d3243cb846a93699c17885 Mon Sep 17 00:00:00 2001 From: moudgils Date: Wed, 5 May 2021 17:17:47 -0700 Subject: [PATCH] Add Vulkan and DX12 builders as Mac should be able to build assets from other platforms --- AutomatedTesting/Gem/Code/Platform/Mac/tool_dependencies.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AutomatedTesting/Gem/Code/Platform/Mac/tool_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/Mac/tool_dependencies.cmake index ee7be9ac6d..2e9d450ab8 100644 --- a/AutomatedTesting/Gem/Code/Platform/Mac/tool_dependencies.cmake +++ b/AutomatedTesting/Gem/Code/Platform/Mac/tool_dependencies.cmake @@ -14,4 +14,6 @@ set(GEM_DEPENDENCIES Gem::Atom_RHI_Null.Builders Gem::Atom_RHI_Metal.Private Gem::Atom_RHI_Metal.Builders + Gem::Atom_RHI_Vulkan.Builders + Gem::Atom_RHI_DX12.Builders ) \ No newline at end of file