wrenpp/meson_options.txt

6 lines
316 B
Meson
Raw Normal View History

2020-05-01 19:14:01 +00:00
option('build_testing', type: 'boolean', value: false)
2020-05-02 20:41:58 +00:00
option('build_examples', 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)