aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2018-12-15 16:22:08 -0500
committerGitHub <noreply@github.com>2018-12-15 16:22:08 -0500
commitc3cdfc490bf902e45e250702a2106c6d2a5ea5ab (patch)
tree6f3a80f02b0102dbb01434d0e49a7ff83dee15aa /meson_options.txt
parent1c13f7cbe1ebee24c2b62d5ba16f2702882da49a (diff)
parent4b50f5b638015556d93771269258e6894b6b757f (diff)
Merge pull request #120 from tp-m/meson
Add support for Meson as build system
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
new file mode 100644
index 0000000..f2e2bc2
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,6 @@
+option('docs', type: 'feature', value: 'auto', yield: true,
+ description : 'Generate documentation with Doxygen')
+option('examples', type: 'feature', value: 'auto', yield: true,
+ description : 'Build examples')
+option('utils', type: 'feature', value: 'auto', yield: true,
+ description : 'Build utility tools')