summaryrefslogtreecommitdiff
path: root/test cases/common/43 subproject options/meson.build
blob: d274fbfcdb8d15b38113c9e9eddbde72ccd8339a (plain)
1
2
3
4
5
6
7
project('suboptions', default_options: {'c_args': ['-O']})

subproject('subproject')

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