meson.build 103 B

12345
  1. project('header in file list', 'c')
  2. exe = executable('prog', 'prog.c', 'header.h')
  3. test('basic', exe)