aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-06-16 10:26:47 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit8fb8b922fb7575d7aed2f2184a02586b56ba873a (patch)
tree06ea3a48cefb5cb221359b17911380460e68e7c8 /meson_options.txt
parent74ddf7934336f16dcdce688333040d82972817fc (diff)
downloadserd-8fb8b922fb7575d7aed2f2184a02586b56ba873a.tar.gz
serd-8fb8b922fb7575d7aed2f2184a02586b56ba873a.tar.bz2
serd-8fb8b922fb7575d7aed2f2184a02586b56ba873a.zip
[WIP] Add C++ bindings
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c46a6d73..964c0eeb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,12 +1,18 @@
# Copyright 2021-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
+option('bindings_cpp', type: 'feature', value: 'disabled', yield: true,
+ description: 'Build C++ bindings')
+
option('checks', type: 'feature', value: 'enabled', yield: true,
description: 'Check for platform-specific features')
option('docs', type: 'feature', value: 'auto', yield: true,
description: 'Build documentation')
+option('docs_cpp', type: 'feature', value: 'disabled', yield: true,
+ description: 'Build C++ documentation')
+
option('epub', type: 'feature', value: 'disabled', yield: true,
description: 'Build EPub documentation')