summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 63e8c853fdca9bacee9c6db46edc065b1cb0dbda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
option('git_werror',
    type: 'feature',
    value: 'auto',
    description: 'use -Werror if building from GIT')

option('fuzzing',
    type : 'feature',
    value : 'disabled',
    description : 'Enable libFuzzer integration')

option('fuzzing-engine',
    type : 'string',
    value : 'standalone',
    description : 'Location of prebuilt fuzzing engine library or "standalone" for built-in driver')

option('fuzzing-install-dir',
    type : 'string',
    description : 'Installation directory for fuzzing binaries')

option('tools',
    type : 'feature',
    value : 'enabled',
    description : 'Build usbredir\'s tools such as usbredirect')

option('tests',
    type : 'feature',
    value : 'enabled',
    description : 'Build usbredir\'s tests such as filter')