18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
{
|
|
"sources": {
|
|
"input": [
|
|
${autogen_input_files}
|
|
],
|
|
"output": [
|
|
${autogen_output_files}
|
|
],
|
|
"static": [
|
|
${static_sources}
|
|
]
|
|
},
|
|
"target": {
|
|
"name": "${target_name}",
|
|
"output_name": "${target_output_name}",
|
|
"path": "${target_path}"
|
|
}
|
|
} |