fractal/meson_options.txt

12 lines
215 B
Meson
Raw Normal View History

2021-02-04 19:25:29 +00:00
option(
'profile',
type: 'combo',
choices: [
'default',
2023-04-29 12:28:18 +00:00
'beta',
'development',
2021-02-04 19:25:29 +00:00
],
value: 'default',
description: 'The build profile for Fractal. One of "default", "beta" or "development".'
2021-02-04 19:25:29 +00:00
)