Merge pull request #249 from michaelbadcrumble/meson_support

Upgrade Meson version too 0.52.0
This commit is contained in:
Mark VanderVoord
2019-10-30 11:57:32 -04:00
committed by GitHub
+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')