meson.build 103 B

12345
  1. project('pch test', 'c')
  2. exe = executable('prog', 'prog.c',
  3. c_pch : ['pch/prog_pch.c', 'pch/prog.h'])