Sign in
qemu
/
meson
/
refs/heads/testcommand
/
.
/
test cases
/
common
/
53 subproject subproject
/
meson.build
blob: f7df3611d0c080e7b551f24704243ca26d94305a [
file
] [
log
] [
blame
]
project
(
'sub sub'
,
'c'
)
a
=
subproject
(
'a'
)
lib
=
a
.
get_variable
(
'l'
)
exe
=
executable
(
'prog'
,
'prog.c'
,
link_with
:
lib
)
test
(
'basic'
,
exe
)