|
|
|
|
@ -47,6 +47,10 @@ ly_add_target(
|
|
|
|
|
AZ::AssetBundlerBatch.Static
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
# Adds a specialized .setreg to identify gems enabled in the active project.
|
|
|
|
|
# This associates the AssetBundlerBatch target with the .Builders gem variants.
|
|
|
|
|
ly_set_gem_variant_to_load(TARGETS AssetBundlerBatch VARIANTS Builders)
|
|
|
|
|
|
|
|
|
|
# AssetBundler - Qt GUI Application
|
|
|
|
|
ly_add_target(
|
|
|
|
|
NAME AssetBundler ${PAL_TRAIT_BUILD_ASSETBUNDLER_APPLICATION_TYPE}
|
|
|
|
|
@ -73,6 +77,10 @@ ly_add_target(
|
|
|
|
|
${additional_dependencies}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
# Adds a specialized .setreg to identify gems enabled in the active project.
|
|
|
|
|
# This associates the AssetBundler target with the .Builders gem variants.
|
|
|
|
|
ly_set_gem_variant_to_load(TARGETS AssetBundler VARIANTS Builders)
|
|
|
|
|
|
|
|
|
|
if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
|
|
|
|
|
|
|
|
|
|
ly_add_target(
|
|
|
|
|
|