Sign in
qemu
/
meson
/
410bdf8c6c72fd1a2772e86a2a14298f64f1377b
/
.
/
test cases
/
common
/
265 default_options dict
/
meson_options.txt
blob: 1b0b0e1a72b8becd4c4e1be7212248e3c0a306a7 [
file
] [
log
] [
blame
]
option('bool', type: 'boolean', value: false)
option('int', type: 'integer', value: 0)
option('str', type: 'string', value: 'bar')
option('array', type: 'array', value: ['bar'])