Sample code that prints a message from wren
This commit is contained in:
commit
257513e72a
6 changed files with 177 additions and 0 deletions
3
subprojects/wren/meson_options.txt
Normal file
3
subprojects/wren/meson_options.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue