blob: 29a74166b511bb2e5290ff258de8c6815e14a745 [file] [log] [blame]
project('myexe', 'c')
foo = executable('foo', 'foo.c')
meson.override_find_program('bar', foo)
bar = find_program('bar')
run_command(bar)