summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 033791ddef4c8eb2eab1b59dd18d7adcc5cfd42c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
option('tests',
       type: 'feature',
       value: 'enabled',
       description: 'Build the tests')
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')