# Copyright (C) 2019 Alexandros Theodotou <alex at zrythm dot org>
#
# This file is part of Zrythm
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Zrythm.  If not, see <https://www.gnu.org/licenses/>.

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')

option (
  'manpage',
  type: 'boolean',
  value: false,
  description: 'Build and install manpage')

option (
  'user_manual',
  type: 'boolean',
  value: false,
  description: 'Build and install user manual')
