mod-manager/meson_options.txt

11 lines
198 B
Meson
Raw Normal View History

2023-12-21 09:38:30 +00:00
option(
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default',
description: 'The build profile for Mod Manager. One of "default" or "development".'
)