mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
Upgrade Meson version too 0.52.0
Simply bumping Meson build support version 0.52.0
This commit is contained in:
+2
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user