The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
159 B
5 lines
159 B
3 years ago
|
ct_simple_gresource = custom_target(
|
||
|
input : '../simple.gresource.xml',
|
||
|
output : 'simple-ct.gresource.xml',
|
||
|
command : [copyfile, '@INPUT@', '@OUTPUT@'])
|