meson: require meson >= 0.48.0

This commit is contained in:
Daniel Eklöf 2019-05-06 22:05:23 +02:00
parent 89538f96fa
commit e30a2fa355

View file

@ -1,5 +1,6 @@
project('f00bar', 'c',
license: 'MIT',
meson_version: '>=0.48.0',
default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])
plugs_as_libs = get_option('core-plugins-as-shared-libraries')