iwyu: basic config to start with

This commit is contained in:
Michele Caini 2024-10-18 12:28:03 +02:00
parent 98dd44b5eb
commit 4d54eb946f

View File

@ -0,0 +1,5 @@
[
# gtest only
{ "include": [ "@<gtest/internal/.*>", "private", "<gtest/gtest.h>", "public" ] },
{ "include": [ "@<gtest/gtest-.*>", "private", "<gtest/gtest.h>", "public" ] },
]