aboutsummaryrefslogtreecommitdiff
path: root/test cases/15 mixed pch/builder.txt
blob: c8e03f1d4520919a2830a40f604d94ca0615d471 (plain)
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')