blob: af31ecee4729f9dc35c07835fd0e1836e9b1ceef [file] [log] [blame]
project('using not found exe')
nope = find_program('nonexisting', required : false)
custom_target( 'aa',
input: 'meson.build',
output: 'foobar',
command: [nope, '@INPUT@', '@OUTPUT@']
)