parent
20c1cb7d02
commit
0204895143
7 changed files with 38 additions and 1 deletions
@ -0,0 +1,6 @@ |
||||
## 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) |
Loading…
Reference in new issue