Add macro definitions to optionally compile random and meta in.
This commit is contained in:
parent
51c69e6343
commit
58da9e761d
2 changed files with 15 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
option('build_testing', type: 'boolean', value: false)
|
||||
option('wren_with_cli', type: 'boolean', value: true)
|
||||
option('wren_with_rand', type: 'boolean', value: false)
|
||||
option('wren_with_meta', type: 'boolean', value: false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue