Files
test-repo/meson_options.txt
2022-02-20 17:15:21 +01:00

5 lines
229 B
Meson

option('archmode', type: 'combo', choices: ['both', 'only32', 'only64'])
option('with_undoc', type: 'boolean', value: false)
option('with_decode', type: 'boolean', value: true)
option('with_encode', type: 'boolean', value: true)