libcubescript/meson_options.txt

12 lines
221 B
Meson

option('repl',
type: 'feature',
value: 'auto',
description: 'Enable the REPL (command line tool)'
)
option('linenoise',
type: 'feature',
value: 'auto',
description: 'Use linenoise for the REPL'
)