Sign in
qemu
/
meson
/
refs/heads/cppmodules
/
.
/
test cases
/
unit
/
12 promote
/
subprojects
/
s2
/
meson.build
blob: 32bcf8f3909a3c86dedc624a6fda86e61568187b [
file
] [
log
] [
blame
]
project
(
's2'
,
'c'
)
sc
=
subproject
(
'scommon'
)
executable
(
's2'
,
's2.c'
,
link_with
:
sc
.
get_variable
(
'clib'
))