meson.build 83 B

1234
  1. project('osx fundamentals', 'c')
  2. e = executable('prog', 'main.c')
  3. test('basic', e)