Merge remote-tracking branch 'origin/lawsonamzn_prototype_gem_naming_conventions' into ly-as-sdk/LYN-2948-phistere
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user