Sign in
qemu
/
meson
/
refs/heads/thinlto
/
.
/
test cases
/
unit
/
42 rpath order
/
subprojects
/
sub2
/
meson.build
blob: bc3510db3f78151e3f058617287907ccb567dce3 [
file
] [
log
] [
blame
]
project
(
'sub2'
,
'c'
)
sub2_lib
=
library
(
'sub2'
,
'lib.c'
)
sub2_dep
=
declare_dependency
(
link_with
:
sub2_lib
)