blob: d4598b639a4c82ff16a1536ec0a67ae68805faf7 [file] [log] [blame]
project('suboptions', 'c')
subproject('subproject')
if not get_option('opt')
error('option unset when it should be set')
endif