diff options
author | David Robillard <d@drobilla.net> | 2019-03-10 22:44:50 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-16 19:08:37 -0400 |
commit | abce3c01977c4a56952dac20de14076f86d58d74 (patch) | |
tree | bca5188eefe33a3a396e97004d6ea3a63b1f7632 /meson_options.txt | |
parent | 50bbbafd8cb7cac121e7fd37458a1975dd818611 (diff) | |
download | sratom-abce3c01977c4a56952dac20de14076f86d58d74.tar.gz sratom-abce3c01977c4a56952dac20de14076f86d58d74.tar.bz2 sratom-abce3c01977c4a56952dac20de14076f86d58d74.zip |
WIP: Add C++ bindings
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index a5ec648..e93e209 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,6 @@ +option('bindings_cpp', type: 'feature', value: 'auto', yield: true, + description: 'Build C++ bindings') + option('docs', type: 'feature', value: 'auto', yield: true, description: 'Build documentation') |