summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 99dbb4e..df10889 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -119,5 +119,10 @@ option(
option(
'tests',
type : 'feature',
- description : 'Build tests and demos'
+ description : 'Build tests'
+)
+option(
+ 'demos',
+ type : 'feature',
+ description : 'Build demos'
)