Sign in
qemu
/
meson
/
refs/heads/wixfix
/
.
/
test cases
/
common
/
46 subproject subproject
/
subprojects
/
a
/
meson.build
blob: f0dfc449efc8b7a856d203b04517cfb75e8a94ff [
file
] [
log
] [
blame
]
project
(
'a'
,
'c'
)
b
=
subproject
(
'b'
)
l
=
shared_library
(
'a'
,
'a.c'
,
link_with
:
b
.
get_variable
(
'lb'
))