fractal/meson_options.txt

13 lines
235 B
Meson

option(
'profile',
type: 'combo',
choices: [
'default',
'beta',
'development',
'hack',
],
value: 'default',
description: 'The build profile for Fractal. One of "default", "beta", "development" or "hack".'
)