mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
defign license and C Standard
This commit is contained in:
parent
9368467a84
commit
94bebf1e6d
1 changed files with 2 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue