Sign in
qemu
/
meson
/
848ee45bb2c9ff81269e9232384f351855785ecb
/
.
/
test cases
/
failing
/
59 link with executable
/
meson.build
blob: 186b3e595f14cced22a7be06a47c551f979d0db0 [
file
] [
log
] [
blame
]
project
(
'link with exe'
,
'c'
)
e
=
executable
(
'prog'
,
'prog.c'
)
m
=
shared_module
(
'module'
,
'module.c'
,
link_with
:
e
)