Sign in
qemu
/
meson
/
refs/heads/wrapcase
/
.
/
test cases
/
common
/
44 subproject options
/
subprojects
/
subproject
/
meson.build
blob: 5000b86435e62855acf9b244af7a451cb287cf51 [
file
] [
log
] [
blame
]
project
(
'subproject'
,
'c'
)
if
get_option
(
'opt'
)
error
(
'option set when it should be unset.'
)
endif