diff options
author | David Robillard <d@drobilla.net> | 2020-12-15 18:01:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-15 18:01:56 +0100 |
commit | f434ff304bb23d7f124e2467a59d3fe30f56b28f (patch) | |
tree | 7798908432e672c249068deeed9fbe9c4b890596 /.clant.json | |
parent | d00bc4de5b876e911a6a32590a340e8b48594479 (diff) | |
download | patchage-f434ff304bb23d7f124e2467a59d3fe30f56b28f.tar.gz patchage-f434ff304bb23d7f124e2467a59d3fe30f56b28f.tar.bz2 patchage-f434ff304bb23d7f124e2467a59d3fe30f56b28f.zip |
Refine include configuration for consistency with other projects
Diffstat (limited to '.clant.json')
-rw-r--r-- | .clant.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.clant.json b/.clant.json index 53ac5a9..d178369 100644 --- a/.clant.json +++ b/.clant.json @@ -1,4 +1,8 @@ { "version": "1.0.0", - "mapping_files": ["boost-all.imp", ".includes.imp"] + "mapping_files": [ + ".includes.imp", + "boost-1.64-all-private.imp", + "boost-1.64-all.imp" + ] } |