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)