option (
  'enable_profiling',
  type: 'boolean',
  value: false,
  description: 'Enable profiling')

option (
  'enable_tests',
  type: 'boolean',
  value: false,
  description: 'Whether to compile unit tests')

option (
  'enable_qt5',
  type: 'boolean',
  value: false,
  description: 'Compile with QT5 support in suil')

option (
  'enable_ffmpeg',
  type: 'boolean',
  value: false,
  description: 'Compile with ffmpeg (for MP3 support)')

option (
  'gen_dev_docs',
  type: 'boolean',
  value: false,
  description: 'Generate HTML developer docs')
