From 914e9086ef45031903cec79b12b20065ae3cac96 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Fri, 7 Feb 2025 11:35:53 +0200 Subject: Add C++ bindings to meson configuration summary --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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', -- cgit v1.2.1