meson.build 125 B

123456
  1. project('libchain', 'c')
  2. subdir('subdir')
  3. e = executable('prog', 'main.c', link_with : lib1, install : true)
  4. test('tst', e)