blob: d32071772f218f4a6f745768087d7400d88d95b9 [file] [log] [blame]
project('pch', 'c')
# It is not allowed to have the PCH implementation in a different
# folder than the header.
exe = executable('prog', 'prog.c',
c_pch : ['include/pch.h', 'src/pch.c'])