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.
 
 
 
 
 
 

8 lines
246 B

ico_writer = find_program('gen-ico.py')
ico = custom_target('makeico',
input : 'sample.ico.in',
output : 'sample.ico',
command : [ico_writer, '@INPUT@', '@OUTPUT@'],
install : false,
build_always : false)