Add macro definitions to optionally compile random and meta in.

This commit is contained in:
King_DuckZ 2020-05-01 19:57:03 +02:00
commit 58da9e761d
2 changed files with 15 additions and 0 deletions

View file

@ -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)