Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
39 library chain
/
meson.build
blob: 77528d7d0f2f023f53a4f309063dd8347dfb4b43 [
file
] [
log
] [
blame
]
project
(
'libchain'
,
'c'
)
subdir
(
'subdir'
)
e
=
executable
(
'prog'
,
'main.c'
,
link_with
:
lib1
,
install
:
true
)
test
(
'tst'
,
e
)