The Meson Build System http://mesonbuild.com/

6 lines
102 B

project('subproject', 'c')
if get_option('opt')
error('option set when it should be unset.')
endif