Skip to content

Commit

Permalink
build: Add license and Meson version arguments
Browse files Browse the repository at this point in the history
(cherry picked from commit 79fc28c)
Signed-off-by: LIU Hao <[email protected]>
  • Loading branch information
lhmouse committed Oct 23, 2024
1 parent d596066 commit 702fe0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
project('mcfgthread',
'c', 'cpp',
version: '1.8.ga',
default_options: [ 'c_std=c99', 'cpp_std=c++11', 'warning_level=2' ])
license: 'LGPL-3.0-or-later WITH GCC-exception-3.1',
default_options: [ 'c_std=c99', 'cpp_std=c++11', 'warning_level=2' ],
meson_version: '>= 1.3.0')

#===========================================================
# List of files
Expand Down

0 comments on commit 702fe0d

Please sign in to comment.