Files
o3de/cmake/TestImpactFramework/SourceToTargetMapping.in
T
2021-03-08 14:30:57 -08:00

15 lines
244 B
Plaintext

#Lumberyard source to target mapping
[target]
name = "${target_name}"
output_name = "${target_output_name}"
path = "${target_path}"
[sources]
input = [
${autogen_input_files}
]
output = [
${autogen_output_files}
]
static = [
${static_sources}
]