mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-31 07:20:00 +00:00
Merge pull request #451 from michaelbadcrumble/meson_support
Meson support upgrade to version 0.52.0.
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
*.md text
|
*.md text
|
||||||
makefile text
|
makefile text
|
||||||
rakefile text
|
rakefile text
|
||||||
|
meson.build text
|
||||||
|
|
||||||
|
|
||||||
#These files are binary and should not be normalized
|
#These files are binary and should not be normalized
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
build/
|
build/
|
||||||
|
builddir/
|
||||||
test/sandbox
|
test/sandbox
|
||||||
.DS_Store
|
.DS_Store
|
||||||
examples/example_1/test1.exe
|
examples/example_1/test1.exe
|
||||||
@@ -7,3 +8,4 @@ examples/example_2/all_tests.exe
|
|||||||
examples/example_1/test1.out
|
examples/example_1/test1.out
|
||||||
examples/example_1/test2.out
|
examples/example_1/test2.out
|
||||||
examples/example_2/all_tests.out
|
examples/example_2/all_tests.out
|
||||||
|
examples/example_4/builddir
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
project('unity', 'c',
|
project('unity', 'c',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>=0.50.0',
|
meson_version : '>=0.52.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=minsize',
|
'buildtype=minsize',
|
||||||
'optimization=3',
|
'optimization=3',
|
||||||
|
|||||||
Reference in New Issue
Block a user