1 2 3 4
project('mixed C and C++ pch test', 'c++', 'c') exe = executable('prog', 'main.cc', 'func.c') exe.pch('pch/main.hh', 'pch/func.h')