Merge remote-tracking branch 'origin/lawsonamzn_prototype_gem_naming_conventions' into ly-as-sdk/LYN-2948-phistere

This commit is contained in:
lumberyard-employee-dm
2021-05-26 00:38:51 -05:00
106 changed files with 861 additions and 616 deletions
+8
View File
@@ -42,6 +42,9 @@ ly_add_target(
Gem::DebugDraw.Static
)
# servers do not need debug draw components, only clients
ly_create_alias(NAME DebugDraw.Clients NAMESPACE Gem TARGETS DebugDraw)
if(PAL_TRAIT_BUILD_HOST_TOOLS)
ly_add_target(
NAME DebugDraw.Editor GEM_MODULE
@@ -62,4 +65,9 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
Gem::DebugDraw.Static
AZ::AzToolsFramework
)
# builders and tools use DebugDraw.Editor
ly_create_alias(NAME DebugDraw.Builders NAMESPACE Gem TARGETS DebugDraw.Editor)
ly_create_alias(NAME DebugDraw.Tools NAMESPACE Gem TARGETS DebugDraw.Editor)
endif()