meson.build 125 B

12345678910
  1. project('include dir in subproj test', 'c')
  2. subproject('inctest')
  3. exe = executable('prog', 'prog.c')
  4. test('dummy', exe)