Declare minimum Meson version

Due to our meson.add_install_script() usage, which results in a warning,
followed by an error.
This commit is contained in:
Přemysl Eric Janouch 2023-06-10 11:32:11 +02:00
parent 8953e6beea
commit 1fb42e689f
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# vim: noet ts=4 sts=4 sw=4:
project('fiv', 'c',
default_options : ['c_std=gnu99', 'warning_level=2'],
version : '0.1.0')
version : '0.1.0',
meson_version : '>=0.57')
cc = meson.get_compiler('c')
add_project_arguments(