diff options
-rw-r--r-- | meson_options.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index c5df661a..97efc85b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1,7 @@ -option('tests', type : 'boolean') -option('documentation', type : 'boolean') +option('documentation', + type : 'boolean', + description : 'Generate the project documentation') + +option('tests', + type : 'boolean', + description: 'Compile and include the tests') |