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

7 lines
126 B

project('suboptions')
subproject('subproject')
if not get_option('opt')
error('option unset when it should be set')
endif