wrenpp/subprojects/wren/meson_options.txt

5 lines
221 B
Meson
Raw Normal View History

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