Initial Meson build support

This commit is contained in:
Anton Kochkov 2023-04-23 14:53:07 +08:00
parent 0650ccbf17
commit 6eb98cbd5e
3 changed files with 93 additions and 0 deletions

1
meson_options.txt Normal file
View file

@ -0,0 +1 @@
option('enable_tests', type: 'boolean', value: true, description: 'Build unit tests in test/ and compiler/')