summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 15:53:56 -0500
committerDavid Robillard <d@drobilla.net>2022-12-10 19:04:45 -0500
commitd4dff3e6e9ea3c96d77c9b8f532dec070bdab850 (patch)
tree0e17dece1bb28597874624fe6fbf733da747f223 /meson_options.txt
parent66ad3770c761ab03ca1f67b15b32bebb6a4f2cac (diff)
downloadlilv-d4dff3e6e9ea3c96d77c9b8f532dec070bdab850.tar.gz
lilv-d4dff3e6e9ea3c96d77c9b8f532dec070bdab850.tar.bz2
lilv-d4dff3e6e9ea3c96d77c9b8f532dec070bdab850.zip
Resurrect C++ bindings test
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 6d64d1b..41de10f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,6 +4,9 @@
option('bindings_py', type: 'feature', value: 'auto', yield: true,
description: 'Build Python bindings')
+option('bindings_cpp', type: 'feature', value: 'auto', yield: true,
+ description: 'Build C++ bindings')
+
option('default_lv2_path', type: 'string', value: '', yield: true,
description: 'Default LV2_PATH to use if it is unset')