summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-17 12:00:01 +0100
committerDavid Robillard <d@drobilla.net>2020-12-18 22:36:12 +0100
commit2cf74f282ca4156d09b39e6f443daa013ef03486 (patch)
tree83d7de409f5292bbd8ffa08a088749f81f1cbce7
parent78b37b990e468cc527324ca19ac71f53292b83cb (diff)
downloaddrobillad-2cf74f282ca4156d09b39e6f443daa013ef03486.tar.gz
drobillad-2cf74f282ca4156d09b39e6f443daa013ef03486.tar.bz2
drobillad-2cf74f282ca4156d09b39e6f443daa013ef03486.zip
Add clant configuration
-rw-r--r--.clant.json9
-rw-r--r--.includes.imp7
2 files changed, 16 insertions, 0 deletions
diff --git a/.clant.json b/.clant.json
new file mode 100644
index 0000000..1b7924e
--- /dev/null
+++ b/.clant.json
@@ -0,0 +1,9 @@
+{
+ "version": "1.0.0",
+ "mapping_files": [
+ ".includes.imp",
+ "boost-1.64-all-private.imp",
+ "boost-1.64-all.imp",
+ "qt5_11.imp"
+ ]
+}
diff --git a/.includes.imp b/.includes.imp
new file mode 100644
index 0000000..e61db75
--- /dev/null
+++ b/.includes.imp
@@ -0,0 +1,7 @@
+[
+ { "ref": "ingen/.includes.imp" },
+ { "ref": "libs/lv2kit/.includes.imp" },
+ { "ref": "libs/lv2kit/libs/sord/.includes.imp" },
+ { "ref": "libs/raul/.includes.imp" },
+ { "ref": "patchage/.includes.imp" }
+]