Skip to content

Commit

Permalink
Merge pull request #38 from oscfdezdz/meson
Browse files Browse the repository at this point in the history
Update Meson and replace deprecation
  • Loading branch information
mjakeman authored Sep 16, 2024
2 parents 0bfb509 + ea3b72d commit 4c26887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('text-engine', 'c',
version: '0.1.0',
meson_version: '>= 0.50.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'c_std=gnu11',
],
Expand All @@ -14,7 +14,7 @@ configure_file(
configuration: config_h,
)
add_project_arguments([
'-I' + meson.build_root(),
'-I' + meson.project_build_root(),
], language: 'c')


Expand Down

0 comments on commit 4c26887

Please sign in to comment.