meson.build 104 B

12345
  1. project('modules', 'fortran')
  2. e = executable('modprog', 'stuff.f95', 'prog.f95')
  3. test('moduletest', e)