wrenpp/meson_options.txt
2020-05-01 21:14:01 +02:00

4 lines
260 B
Meson

option('build_testing', type: 'boolean', value: false)
option('wren_with_cli', type: 'boolean', value: true, yield: true)
option('wren_with_rand', type: 'boolean', value: false, yield: true)
option('wren_with_meta', type: 'boolean', value: false, yield: true)