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, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7dc5218..b45debb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -16,6 +16,13 @@ option(
)
option(
+ 'installed_tests_subdir',
+ type: 'string',
+ value: '',
+ description: 'Suffix to make installed-tests from multiple builds co-installable',
+)
+
+option(
'python',
type: 'string',
value: '',