Sign in
qemu
/
meson
/
refs/heads/clangsanitize
/
.
/
test cases
/
common
/
201 override with exe
/
subprojects
/
sub
/
meson.build
blob: 1f186da0dc3e706d3e8ce9e214fc9b7dd47cce37 [
file
] [
log
] [
blame
]
project
(
'sub'
,
'c'
)
foobar
=
executable
(
'foobar'
,
'foobar.c'
,
native
:
true
)
meson
.
override_find_program
(
'foobar'
,
foobar
)