aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/43 subproject options/meson.build
blob: d4598b639a4c82ff16a1536ec0a67ae68805faf7 (plain)
1
2
3
4
5
6
7
project('suboptions', 'c')

subproject('subproject')

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