aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/89 add language/meson.build
blob: 339fe22a90eb0d71bd39430eff69e38198241c86 (plain)
1
2
3
4
5
6
7
project('add language', 'c')

test('C', executable('cprog', 'prog.c'))

add_languages('cpp')

test('C++', executable('cppprog', 'prog.cc'))