From 2e5e11a05c18b6cec59eaddb312869bef4805702 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 10 Oct 2024 15:58:55 +0200 Subject: Build iwyu as a linting tool of clang-18 Co-authored-by: Paul Cristian Sarbu --- etc/imports/iwyu.TARGETS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/imports/iwyu.TARGETS (limited to 'etc/imports/iwyu.TARGETS') diff --git a/etc/imports/iwyu.TARGETS b/etc/imports/iwyu.TARGETS new file mode 100644 index 0000000..53fa53d --- /dev/null +++ b/etc/imports/iwyu.TARGETS @@ -0,0 +1,6 @@ +{ "sources": {"type": "export", "target": "files"} +, "files": + { "type": "install" + , "dirs": [[["TREE", null, "."], "iwyu"]] + } +} -- cgit v1.2.3