summaryrefslogtreecommitdiffstats
path: root/test cases/failing/90 pch source different folder/meson.build
blob: d32071772f218f4a6f745768087d7400d88d95b9 (plain)
1
2
3
4
5
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'])