add license to meson build

This commit is contained in:
Chris Cromer 2022-12-10 00:36:44 -03:00
parent d805ce137f
commit f2008baacb
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 0 deletions

View File

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