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.
 
 
 
 
 
 

4 lines
159 B

ct_simple_gresource = custom_target(
input : '../simple.gresource.xml',
output : 'simple-ct.gresource.xml',
command : [copyfile, '@INPUT@', '@OUTPUT@'])