Sign in
qemu
/
meson
/
4eb1eb3c4a4d1d3328128d85c490d7384753f004
/
.
/
manual tests
/
6 hg wrap
/
meson.build
blob: d0e7550a5555b58868a39507465be3889b7b771f [
file
] [
log
] [
blame
]
project
(
'Mercurial outchecker'
,
'c'
)
sp
=
subproject
(
'samplesubproject'
)
exe
=
executable
(
'gitprog'
,
'prog.c'
,
include_directories
:
sp
.
get_variable
(
'subproj_inc'
),
link_with
:
sp
.
get_variable
(
'subproj_lib'
),
)
test
(
'maintest'
,
exe
)