wrenpp/subprojects/packagefiles/wren/meson_options.txt

3 lines
206 B
Meson

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