Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/43 subproject options/meson.build
T

8 lines
126 B
Meson

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