wrenpp/meson_options.txt

6 lines
289 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_rand', type: 'boolean', value: false)
option('wren_with_meta', type: 'boolean', value: false)
option('wrenpp_with_name_guessing', type: 'boolean', value: true)