mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
Update meson.build
This commit is contained in:
committed by
GitHub
parent
1958b97701
commit
df2ea08157
@@ -1,14 +1,12 @@
|
||||
#
|
||||
# build script written by : Michael Brockus.
|
||||
# build script written by : Michael Gene Brockus.
|
||||
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
|
||||
#
|
||||
# license: MIT
|
||||
#
|
||||
project('unity', 'c',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: ['werror=true', 'c_std=c11']
|
||||
)
|
||||
meson_version: '>=0.62.0',
|
||||
default_options: ['werror=true', 'c_std=c11'])
|
||||
|
||||
subdir('src')
|
||||
unity_dep = declare_dependency(link_with: unity_lib, include_directories: unity_dir)
|
||||
|
||||
Reference in New Issue
Block a user