Files
stroid/meson_options.txt

3 lines
327 B
Meson
Raw Normal View History

option('pkg_config', type: 'boolean', value: false, description: 'generate pkg-config file for stroid')
option('build_tests', type: 'boolean', value: false, description: 'compile subproject tests')
option('build_python', type: 'boolean', value: true, description: 'build the python bindings so you can use stroid from python.')