Skip to content

Commit

Permalink
meson.build: Add license arg to project()
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Jan 5, 2025
1 parent a9e6162 commit 27c1134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project(
'c',
version: '0.3.1999',
meson_version : '>= 0.48.0',
license: 'MIT',
default_options: [
'warning_level=3',
]
Expand Down

0 comments on commit 27c1134

Please sign in to comment.