1
0
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:
Eli Schwartz
2022-06-19 13:49:52 -04:00
parent 0129cf5b11
commit 1b13155244

View File

@@ -5,6 +5,7 @@
# license: MIT
#
project('unity', 'c',
license: 'MIT',
meson_version: '>=0.37.0',
default_options: ['werror=true', 'c_std=c11'])