mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-30 03:34:27 +01:00
meson: include the license info in the project definition
This is useful to help convey the usage rights and e.g. generate a Software Bill of Materials.
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
# license: MIT
|
# license: MIT
|
||||||
#
|
#
|
||||||
project('unity', 'c',
|
project('unity', 'c',
|
||||||
|
license: 'MIT',
|
||||||
meson_version: '>=0.37.0',
|
meson_version: '>=0.37.0',
|
||||||
default_options: ['werror=true', 'c_std=c11'])
|
default_options: ['werror=true', 'c_std=c11'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user