libcubescript/meson_options.txt

24 lines
451 B
Meson
Raw Permalink Normal View History

option('repl',
type: 'feature',
value: 'auto',
description: 'Enable the REPL (command line tool)'
)
2018-10-28 02:55:12 +02:00
option('linenoise',
type: 'feature',
value: 'auto',
2018-10-28 02:55:12 +02:00
description: 'Use linenoise for the REPL'
)
2021-04-13 02:49:38 +02:00
option('tests',
type: 'boolean',
value: 'true',
description: 'Whether to build tests'
)
option('tests_cross',
type: 'boolean',
value: 'false',
description: 'Whether to build tests when cross-compiling'
)