1 2 3 4
project('objective c', 'objc', default_options: ['c_std=c99']) exe = executable('prog', 'prog.m') test('objctest', exe)