Skip to content
Snippets Groups Projects
Forked from Michal Vlasák / ni-run-template
10 commits behind, 5 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
meson.build 170 B
project('fml', 'c',
  version : '0.1',
  default_options : ['warning_level=3'])

exe = executable('fml',
  'example_main.c',
  'arena.c',
  'parser.c',
  install : true)