summaryrefslogtreecommitdiffstats
path: root/test cases/common/166 yield/meson_options.txt
blob: 9f58fbbc8c580009ad3691c4c5fdba6628b664c6 (plain)
1
2
3
option('unshared_option', type : 'string', value : 'one')
option('shared_option', type : 'string', value : 'two')
option('wrongtype_option', type : 'string', value : 'three')