aboutsummaryrefslogtreecommitdiffstats
path: root/.clant.json
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 21:28:11 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 21:40:08 +0100
commit4fea00687038ac08f7fa271826b82e4de2b95983 (patch)
tree52b6482f224eb2ff05868975763df5d2c65f0c48 /.clant.json
parenta0efc4054f0f341a5bcec218c9bab8abffa312a6 (diff)
downloadpugl-4fea00687038ac08f7fa271826b82e4de2b95983.tar.gz
pugl-4fea00687038ac08f7fa271826b82e4de2b95983.tar.bz2
pugl-4fea00687038ac08f7fa271826b82e4de2b95983.zip
Add clant configuration
Diffstat (limited to '.clant.json')
-rw-r--r--.clant.json13
1 files changed, 13 insertions, 0 deletions
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"
+ ]
+}