summaryrefslogtreecommitdiffstats
path: root/test cases/unit/37 mixed command line args/meson_options.txt
blob: 5a4bc22bf7e5eb4c626a6c671f4b372f27d6d6b3 (plain)
1
2
3
4
5
6
7
8
9
10
option(
  'one',
  type : 'string',
)
option(
  'two',
  type : 'combo',
  choices : ['foo', 'bar'],
  value : 'foo',
)