Sign in
qemu
/
meson
/
refs/heads/xcodefix
/
.
/
test cases
/
common
/
155 subproject dir name collision
/
custom_subproject_dir
/
B
/
meson.build
blob: 8f4cb023e3b75af7df5ad4e51ef856b0b297507c [
file
] [
log
] [
blame
]
project
(
'B'
,
'c'
)
C
=
subproject
(
'C'
)
c
=
C
.
get_variable
(
'c'
)
b
=
library
(
'b'
,
'b.c'
,
link_with
:
c
)