add license to meson build

This commit is contained in:
2022-12-10 00:36:44 -03:00
parent d805ce137f
commit f2008baacb

View File

@@ -1,6 +1,7 @@
project('obelisk', project('obelisk',
'cpp', 'cpp',
version : '1.0.0', version : '1.0.0',
license : 'BSD-3-Clause',
default_options : [ default_options : [
'warning_level=3', 'warning_level=3',
'c_std=c17', 'c_std=c17',