Sign in
qemu
/
meson
/
0279acbfe54a83fa110cf7587b480e8f38adc634
/
.
/
test cases
/
unit
/
114 list build options
/
meson.build
blob: 2d634d38f4c85d4b6d4aaa99460fa6ee3d635c2c [
file
] [
log
] [
blame
]
project
(
'feature user option'
,
'c'
)
feature_opts
=
get_option
(
'auto_features'
)
optional_opt
=
get_option
(
'optional'
)
message
(
'Build options:'
,
meson
.
build_options
())