mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 10:49:53 +02:00
6 lines
122 B
Meson
6 lines
122 B
Meson
android_resources += configure_file(
|
|
input: 'strings.template.xml',
|
|
output: 'strings.xml',
|
|
configuration: conf_data,
|
|
)
|