mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +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
|
||||
#
|
||||
project('unity', 'c',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.37.0',
|
||||
default_options: ['werror=true', 'c_std=c11'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user