The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

4 lines
103 B

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