Sign in
qemu
/
meson
/
refs/heads/testcommand
/
.
/
test cases
/
common
/
90 identical target name in subproject
/
meson.build
blob: e804d3cdacd04f3c98316e13d25491a9d7b56be5 [
file
] [
log
] [
blame
]
project
(
'toplevel bar'
,
'c'
)
subproject
(
'foo'
)
executable
(
'bar'
,
'bar.c'
)
run_target
(
'nop'
,
command
:
[
'true'
])