blob: a67b79877ffd2e103925487e2635da403c303f27 [file] [log] [blame]
project('pch test', 'c')
exe = executable('prog', 'prog.c',
c_pch : ['pch/prog_pch.c', 'pch/prog.h'])