未验证 提交 210b7759 编写于 作者: M Mark VanderVoord 提交者: GitHub

Merge pull request #451 from michaelbadcrumble/meson_support

Meson support upgrade to version 0.52.0.
......@@ -16,6 +16,7 @@
*.md text
makefile text
rakefile text
meson.build text
#These files are binary and should not be normalized
......
build/
builddir/
test/sandbox
.DS_Store
examples/example_1/test1.exe
......@@ -7,3 +8,4 @@ examples/example_2/all_tests.exe
examples/example_1/test1.out
examples/example_1/test2.out
examples/example_2/all_tests.out
examples/example_4/builddir
......@@ -13,7 +13,7 @@
project('unity', 'c',
license : 'MIT',
meson_version : '>=0.50.0',
meson_version : '>=0.52.0',
default_options: [
'buildtype=minsize',
'optimization=3',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册