meson.build 131 B

12345678
  1. project('suboptions', 'c')
  2. subproject('subproject')
  3. if not get_option('opt')
  4. error('option unset when it should be set')
  5. endif