aboutsummaryrefslogtreecommitdiff
path: root/test cases/7 mixed/meson.build
blob: 3e3250898e7ddccd95888a8a3a7803b535c292b6 (plain)
1
2
3
project('mixed C and C++', 'c', 'cxx')
exe = executable('prog', 'main.cc', 'func.c')
add_test('mixtest', exe)