aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 279996abf9478e1f646b11295dad1714ff742562 (plain)
1
2
3
4
5
6
option('static', type : 'boolean', value : false, description : 'Enable building a static library')
option('shared', type : 'boolean', value : false, description : 'Enable building a dynamic library')
option('tests', type : 'boolean', value : false, description : 'Enable building and running tests')
option('float', type : 'boolean', value : true, description : 'Enable building the floating point module')
option('gpio', type : 'boolean', value : true, description : 'Enable building the gpio module')
option('diagnostic', type : 'boolean', value : true, description : 'Enable building the diagnostics module')