The new gem registration and usage system
Merge from mainline (Rebase)
This commit is contained in:
committed by
lawsonamzn
parent
c93c457356
commit
c9d5d7fb77
@@ -39,6 +39,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
|
||||
@@ -56,4 +59,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