diff options
author | Nedko Arnaudov <nedko@nedk.org> | 2025-02-07 11:35:53 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-07 11:18:36 -0500 |
commit | 914e9086ef45031903cec79b12b20065ae3cac96 (patch) | |
tree | 8d1dcde7a3b722d3acd231df65547bd9fec43f31 /meson.build | |
parent | 2c52c6ec921130bed612b96c2939207391d5237c (diff) | |
download | pugl-914e9086ef45031903cec79b12b20065ae3cac96.tar.gz pugl-914e9086ef45031903cec79b12b20065ae3cac96.tar.bz2 pugl-914e9086ef45031903cec79b12b20065ae3cac96.zip |
Add C++ bindings to meson configuration summary
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 2da6a8e..a84729c 100644 --- a/meson.build +++ b/meson.build @@ -524,6 +524,7 @@ if meson.version().version_compare('>=0.53.0') 'Tests': not get_option('tests').disabled(), 'Examples': not get_option('examples').disabled(), 'Documentation': build_docs, + 'C++ bindings': not get_option('bindings_cpp').disabled(), }, bool_yn: true, section: 'Components', |