summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: e2b75b2c03d8bf6700d52ac9a4c0a6fc63899cd4 (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')