meson_options.txt 146 B

123
  1. option('unshared_option', type : 'string', value : 'three', yield : false)
  2. option('shared_option', type : 'string', value : 'four', yield : true)