aboutsummaryrefslogtreecommitdiff
path: root/test cases/14 cxx pch/meson.build
blob: 966979b16dfaad889342b281ba6d0bb13de7a2b5 (plain)
1
2
project('c++ pch test', 'cxx')
exe = executable('prog', 'prog.cc', pch : 'pch/prog.hh')