aboutsummaryrefslogtreecommitdiff
path: root/manual tests/6 hg wrap/meson.build
blob: d0e7550a5555b58868a39507465be3889b7b771f (plain)
1
2
3
4
5
6
7
8
9
10
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)