Sign in
qemu
/
meson
/
refs/heads/xcodegodot
/
.
/
test cases
/
unit
/
12 promote
/
subprojects
/
s1
/
meson.build
blob: 88c467bf4f242c70b0f09d4a8c8d94e54647e335 [
file
] [
log
] [
blame
]
project
(
's1'
,
'c'
)
sc
=
subproject
(
'scommon'
)
s3
=
subproject
(
's3'
)
executable
(
's1'
,
's1.c'
,
link_with
:
[
sc
.
get_variable
(
'clib'
),
s3
.
get_variable
(
'l'
)])