summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 97efc85b4412b783b176edab78b06238fa0c4048 (plain)
1
2
3
4
5
6
7
option('documentation',
        type : 'boolean',
        description : 'Generate the project documentation')

option('tests',
        type : 'boolean',
        description: 'Compile and include the tests')