1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

added build options for meson

This commit is contained in:
Falk Werner
2020-05-25 19:55:09 +02:00
parent b94dc9f612
commit 273e56bd63
3 changed files with 44 additions and 18 deletions

View File

@@ -1 +1,3 @@
option('without_install', type: 'boolean', value: false, description: 'skip installation shared libraries, headers and pkg-config files')
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')