meson.build 129 B

123456
  1. project('postconf script', 'c')
  2. meson.add_postconf_script('postconf.py', '5', '33')
  3. test('post', executable('prog', 'prog.c'))