mirror of
https://github.com/json-c/json-c.git
synced 2026-04-13 01:09:06 +08:00
meson: add license information
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
project('json-c', 'c', version: '0.18.99',
|
project('json-c', 'c', version: '0.18.99',
|
||||||
meson_version: '>=0.54.0',
|
meson_version: '>=0.54.0',
|
||||||
|
license: 'MIT',
|
||||||
default_options: ['buildtype=release', 'warning_level=2'])
|
default_options: ['buildtype=release', 'warning_level=2'])
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|||||||
Reference in New Issue
Block a user