pe/meson_options.txt

11 lines
174 B
Meson

option(
'profile',
type: 'combo',
choices: [
'testing',
'default'
],
value: 'default',
description: 'The build profile. One of "default" or "testing".'
)