meson.build 109 B

1234
  1. project('stringdef', 'c')
  2. test('stringdef', executable('stringdef', 'stringdef.c', c_args : '-DFOO="bar"'))