diff options
author | David Robillard <d@drobilla.net> | 2022-10-23 13:41:54 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-10-23 14:57:45 -0400 |
commit | bc4b359747466f760f8861dad6d99d7005ff6a04 (patch) | |
tree | 5ef45925bdcc016629fde220078f625e9dc8c3d5 /meson_options.txt | |
parent | 5891e6fb17de98fae6764bdff929bcaa21a1b36c (diff) | |
download | zix-bc4b359747466f760f8861dad6d99d7005ff6a04.tar.gz zix-bc4b359747466f760f8861dad6d99d7005ff6a04.tar.bz2 zix-bc4b359747466f760f8861dad6d99d7005ff6a04.zip |
Build reference documentation
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 bc25d2f..476b3d5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,6 +4,9 @@ option('benchmarks', type: 'feature', value: 'auto', yield: true, option('checks', type: 'boolean', value: true, yield: true, description: 'Check for features with the build system') +option('docs', type: 'feature', value: 'auto', yield: true, + description: 'Build documentation') + option('posix', type: 'feature', value: 'auto', yield: true, description: 'Use POSIX system facilities') |