aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: d39f67718ea1e47579d05242e9e028eb58541863 (plain)
1
2
3
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')