f0cafd0e9d
* Create RUN target as helpers for the project-centric workflow Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * typo fix Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> * rename target as "<target>.Imported" and create "<target>" as the metatarget that is used for debugging and building in o3de Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
26 lines
588 B
Plaintext
26 lines
588 B
Plaintext
|
|
# Generated by O3DE
|
|
|
|
ly_add_target(
|
|
NAME @NAME_PLACEHOLDER@ IMPORTED @TARGET_TYPE_PLACEHOLDER@
|
|
@NAMESPACE_PLACEHOLDER@
|
|
COMPILE_DEFINITIONS
|
|
INTERFACE
|
|
@COMPILE_DEFINITIONS_PLACEHOLDER@
|
|
INCLUDE_DIRECTORIES
|
|
INTERFACE
|
|
@INCLUDE_DIRECTORIES_PLACEHOLDER@
|
|
BUILD_DEPENDENCIES
|
|
INTERFACE
|
|
@INTERFACE_BUILD_DEPENDENCIES_PLACEHOLDER@
|
|
RUNTIME_DEPENDENCIES
|
|
@RUNTIME_DEPENDENCIES_PLACEHOLDER@
|
|
)
|
|
|
|
@TARGET_RUN_HELPER@
|
|
|
|
set(configs @CMAKE_CONFIGURATION_TYPES@)
|
|
foreach(config ${configs})
|
|
include("@NAME_PLACEHOLDER@_${config}.cmake" OPTIONAL)
|
|
endforeach()
|