Sample code that prints a message from wren

This commit is contained in:
King_DuckZ 2020-04-25 01:49:46 +02:00
commit 257513e72a
6 changed files with 177 additions and 0 deletions

View file

@ -0,0 +1,3 @@
option('build_testing', type: 'boolean', value: false)
option('wren_with_cli', type: 'boolean', value: true)
option('wren_installable', type: 'boolean', value: true)