diff options
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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>", |