meson.build 91 B

12345
  1. project('selfdep', 'fortran')
  2. e = executable('selfdep', 'selfdep.f90')
  3. test('selfdep', e)