3 lines
327 B
Meson
3 lines
327 B
Meson
|
|
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.')
|