You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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}
|
|
] |