mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
3 lines
285 B
Meson
3 lines
285 B
Meson
option('without_tests', type: 'boolean', value: false, description: 'disable unit tests')
|
|
option('without_adapter', type: 'boolean', value: false, description: 'disable adapter library')
|
|
option('without_provider', type: 'boolean', value: false, description: 'disable provider library') |