Files
stroid/meson_options.txt

4 lines
398 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: true, description: 'compile subproject tests')
2026-07-01 11:14:12 -04:00
option('build_tools', type: 'boolean', value: true, description: 'compile stroid command line tools')
option('build_python', type: 'boolean', value: true, description: 'compile stroid python bindings')