meson.build 113 B

123
  1. project('c++ pch test', 'cpp')
  2. exe = executable('prog', 'prog.cc', cpp_pch : ['pch/prog.hh', 'pch/prog_pch.cc'])