change a_float to a_real
[liba.git] / meson_options.txt
blob7eb74f6e6c680cedddf6ba5340b5e4178914ed2b
1 option('real',
2         type: 'combo',
3         choices: ['4', '8', '16'],
4         value: '8')
6 option('math',
7         type: 'string',
8         value: '')
10 option('java',
11         type: 'string',
12         value: '')
14 option('lua',
15         type: 'string',
16         value: '')
18 option('python',
19         type: 'boolean',
20         value: false)
22 option('quickjs',
23         type: 'string',
24         value: '')
26 option('rust',
27         type: 'boolean',
28         value: false)