# Copyright 2021-2026 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR MIT

option('lint', type: 'boolean', value: false,
       description: 'Run code quality checks')

option('dev', type: 'boolean', value: false,
       description: 'Build development tools and symbols')

option('lv2dir', type: 'string', value: '',
       description: 'LV2 bundle installation directory')

option('tests', type: 'feature',
       description: 'Build tests')

option('title', type: 'string', value: 'MDA.lv2',
       description: 'Project title')
