meson.build 77 B

123
  1. exe = executable('main', 'main.c', link_with : lib)
  2. test('stuff works', exe)