summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json
index fb07160..8141d67 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -17,6 +17,14 @@
},
{
"include": [
+ "@\"freetype/.*\"",
+ "private",
+ "<freetype/freetype.h>",
+ "public"
+ ]
+ },
+ {
+ "include": [
"@<glm/detail/.*>",
"private",
"<glm/glm.hpp>",
@@ -121,6 +129,14 @@
},
{
"symbol": [
+ "FT_FREETYPE_H",
+ "private",
+ "<ft2build.h>",
+ "public"
+ ]
+ },
+ {
+ "symbol": [
"std::abs",
"private",
"<cmath>",