aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: a61bd3597d12f73fd5222046537ac53a044096bb (plain)
1
2
3
4
option('innosetup', type : 'boolean', value : false, description: 'Build Windows setup package')
option('portable', type : 'boolean', value : false, description: 'Portable install')
option('renderer', type : 'boolean', value : false, description: 'Use SDL renderer')
option('version', type : 'string', value : '0.0.0', description: 'Project version')