apostrophe/meson_options.txt

10 lines
164 B
Meson
Raw Permalink Normal View History

2019-07-01 10:43:26 +00:00
option(
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default'
)