summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson_options.txt9
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')