meson.build 106 B

1234
  1. project('mixed C and C++', 'c', 'cpp')
  2. exe = executable('prog', 'main.cc', 'func.c')
  3. test('mixtest', exe)