aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 00:17:45 -0700
committerFuwn <[email protected]>2022-06-19 00:17:45 -0700
commit7811d4288d91f0c15d834982ffdc6adfbeecc4a0 (patch)
tree03651001e07110c4a0c9ea94c036355aeb542ecc /meson_options.txt
parentci(check): cache llvm (diff)
downloadtatl-7811d4288d91f0c15d834982ffdc6adfbeecc4a0.tar.xz
tatl-7811d4288d91f0c15d834982ffdc6adfbeecc4a0.zip
chore(meson): optionalize clang-tidy
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..161c91b
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,4 @@
+option('tidy',
+ type : 'boolean',
+ value : false,
+ description : 'Enables the clang-tidy target')