[SPEC-6220] Mac clean asset fails "No ShaderPlatformInterfaces found"

Added missing runtime and tools target dependencies.

Signed-off-by: garrieta <garrieta@amazon.com>
This commit is contained in:
garrieta
2021-04-29 14:04:54 -05:00
parent 636236c6ff
commit 52bb0788d8
2 changed files with 12 additions and 0 deletions
@@ -8,3 +8,8 @@
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
set(GEM_DEPENDENCIES
Gem::Atom_RHI_Metal.Private
Gem::Atom_RHI_Null.Private
)
@@ -8,3 +8,10 @@
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
set(GEM_DEPENDENCIES
Gem::Atom_RHI_Null.Private
Gem::Atom_RHI_Null.Builders
Gem::Atom_RHI_Metal.Private
Gem::Atom_RHI_Metal.Builders
)