Init squashed

This commit is contained in:
Lauri Räsänen 2024-09-17 19:14:58 +03:00
commit 4aac4b824f
95 changed files with 7582 additions and 0 deletions

6
meson.options Normal file
View file

@ -0,0 +1,6 @@
option(
'examples',
description: 'Should the examples be built?',
type: 'boolean',
value: false
)