Files
warehouse/meson_options.txt

10 lines
110 B
Meson
Raw Permalink Normal View History

option(
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default'
2024-10-27 19:49:36 -07:00
)