summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: b5ab6699058c1896ad1d2b8e92593daf8cd0d4ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
option('tests',
       type: 'feature',
       value: 'enabled',
       description: 'Build the tests')
option('tools',
       type: 'feature',
       value: 'enabled',
       description: 'Build the tools')
option('documentation',
       type: 'feature',
       value: 'enabled',
       description: 'Build the documentation')
option('coverity',
       type: 'boolean',
       value: false,
       description: 'Enable coverity build fixes, see meson.build for details')