• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1option('tests',
2       type: 'feature',
3       value: 'enabled',
4       description: 'Build the tests')
5option('documentation',
6       type: 'feature',
7       value: 'enabled',
8       description: 'Build the documentation')
9option('coverity',
10       type: 'boolean',
11       value: 'false',
12       description: 'Enable coverity build fixes, see meson.build for details')
13