From 4fea00687038ac08f7fa271826b82e4de2b95983 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 21:28:11 +0100 Subject: Add clant configuration --- .clant.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .clant.json (limited to '.clant.json') diff --git a/.clant.json b/.clant.json new file mode 100644 index 0000000..6f48901 --- /dev/null +++ b/.clant.json @@ -0,0 +1,13 @@ +{ + "version": "1.0.0", + "include_dirs": [ + "bindings/cxx/include", + "include" + ], + "exclude_patterns": [ + "glad\\.c" + ], + "mapping_files": [ + ".includes.imp" + ] +} -- cgit v1.2.1