aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e090a29..3210b0d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -9,3 +9,6 @@ option('strict', type: 'boolean', value: false, yield: true,
option('tests', type: 'feature', value: 'auto', yield: true,
description: 'Build tests')
+
+option('tools', type: 'feature', value: 'auto', yield: true,
+ description: 'Build command line utilities')