Sign in
qemu
/
meson
/
410bdf8c6c72fd1a2772e86a2a14298f64f1377b
/
.
/
test cases
/
common
/
131 override options
/
meson.build
blob: 4dd8d797ef8465af310c05ffb6e4d009da219eb2 [
file
] [
log
] [
blame
]
project
(
'option override'
,
'c'
,
default_options
:
'unity=on'
)
executable
(
'mustunity'
,
'one.c'
,
'two.c'
)
executable
(
'notunity'
,
'three.c'
,
'four.c'
,
override_options
:
[
'unity=off'
])