diff options
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json new file mode 100644 index 0000000..ccf35c5 --- /dev/null +++ b/iwyu.json @@ -0,0 +1,42 @@ +[ + { + "include": [ + "<ext/alloc_traits.h>", + "private", + "<memory>", + "public" + ] + }, + { + "include": [ + "@\"SDL.*.h\"", + "private", + "<SDL2/SDL.h>", + "public" + ] + }, + { + "include": [ + "@<glm/detail/.*>", + "private", + "<glm/glm.hpp>", + "public" + ] + }, + { + "include": [ + "@<glm/ext/.*>", + "private", + "<glm/glm.hpp>", + "public" + ] + }, + { + "include": [ + "@<glm/gtx/transform.inl>", + "private", + "<glm/gtx/transform.hpp>", + "public" + ] + } +] |