Upgrade Meson version too 0.52.0

Simply bumping Meson build support version 0.52.0
This commit is contained in:
Michael Brockus
2019-10-12 09:22:31 -07:00
committed by GitHub
parent bc8e20e88d
commit 2ff29226e8
+2 -1
View File
@@ -12,7 +12,7 @@
project('cmock', 'c',
license : 'MIT',
meson_version : '>=0.50.0',
meson_version : '>=0.52.0',
subproject_dir : 'vendor',
default_options: [
'buildtype=minsize',
@@ -64,6 +64,7 @@ if cc.get_id() == 'msvc'
), language: lang)
endif
unity_dep = dependency('unity', fallback: ['unity', 'unity_dep'])
subdir('src')