defign license and C Standard

This commit is contained in:
Alexander Epaneshnikov 2021-01-25 00:39:17 +03:00
commit 94bebf1e6d
No known key found for this signature in database
GPG key ID: 1736C918F59A5673

View file

@ -1,6 +1,7 @@
project('espeakup', 'c',
version : '0.82',
default_options : ['c_std=c11', 'warning_level=3'])
license : 'GPL-3.0-or-later',
default_options : ['buildtype=debugoptimized', 'c_std=gnu11', 'warning_level=3'])
cc = meson.get_compiler('c')
thread_dep = dependency('threads')