parent
4e1249c920
commit
b48daeda1a
10 changed files with 32 additions and 12 deletions
@ -1,8 +1,6 @@ |
|||||||
project('option override', 'c', |
project('option override', 'c', |
||||||
default_options : 'unity=true') |
default_options : 'unity=on') |
||||||
|
|
||||||
executable('mustunity', 'one.c', 'two.c') |
executable('mustunity', 'one.c', 'two.c') |
||||||
executable('notunity', 'three.c', 'four.c', |
executable('notunity', 'three.c', 'four.c', |
||||||
override_options : ['unity=false']) |
override_options : ['unity=off']) |
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue