Sign in
qemu
/
meson
/
refs/heads/nirbheek/un-disable-rust-vs2017
/
.
/
test cases
/
unit
/
12 promote
/
subprojects
/
s2
/
meson.build
blob: 4aaeb59e8c754dd17594e797e66f28c7c66c8b61 [
file
] [
log
] [
blame
]
project
(
's2'
,
'c'
)
sc
=
subproject
(
'scommon'
)
executable
(
's2'
,
's2.c'
,
link_with
:
sc
.
get_variable
(
'clib'
))