The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
237 B

## Integer options
There is a new integer option type with optional minimum and maximum
values. It can be specified like this in the `meson_options.txt` file:
option('integer_option', type : 'integer', min : 0, max : 5, value : 3)