aboutsummaryrefslogtreecommitdiffstats
path: root/.clant.json
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-10 17:00:23 +0100
committerDavid Robillard <d@drobilla.net>2021-01-10 20:03:21 +0100
commit4791d8dfc7f0cdf568bfe1efd5c53c1b818b2a81 (patch)
tree1852061c8f7e36a85074397b36d8b5e232ab587d /.clant.json
parenteca8f88f0ec91b21612facfe8d8480b1d84b60ad (diff)
downloadserd-4791d8dfc7f0cdf568bfe1efd5c53c1b818b2a81.tar.gz
serd-4791d8dfc7f0cdf568bfe1efd5c53c1b818b2a81.tar.bz2
serd-4791d8dfc7f0cdf568bfe1efd5c53c1b818b2a81.zip
Add clant configuration
Older versions of include-what-you-use do not understand stdint.h for some reason, so add some local configuration for this for now.
Diffstat (limited to '.clant.json')
-rw-r--r--.clant.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.clant.json b/.clant.json
new file mode 100644
index 00000000..76cae6d3
--- /dev/null
+++ b/.clant.json
@@ -0,0 +1,4 @@
+{
+ "version": "1.0.0",
+ "mapping_files": [".includes.imp"]
+}