Files
warehouse/meson_options.txt

9 lines
109 B
Meson
Raw Normal View History

option(
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default'
)