meson.build 109 B

123456
  1. project('rewritetest', 'c')
  2. sources = ['trivial.c', 'notthere.c']
  3. exe = executable('trivialprog', sources)