From a176c4ef57ceecfb215d7fc9fd4489ff0c596a0b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 19 Jun 2022 00:17:45 +0000 Subject: chore(meson): optionalize clang-tidy --- meson_options.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') 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') -- cgit v1.2.3