summaryrefslogtreecommitdiffstats
path: root/test cases/common/154 includedir subproj/meson.build
blob: b3de5af6c9d3b5e8d19e35f51da82ed18b0432d1 (plain)
1
2
3
4
5
6
7
8
9
project('include dir in subproj test', 'c')


subproject('inctest')


exe = executable('prog', 'prog.c')

test('dummy', exe)