Skip to content

Commit

Permalink
iwyu: basic config to start with
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 18, 2024
1 parent 98dd44b commit 4d54eb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uvw.imp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
# gtest only
{ "include": [ "@<gtest/internal/.*>", "private", "<gtest/gtest.h>", "public" ] },
{ "include": [ "@<gtest/gtest-.*>", "private", "<gtest/gtest.h>", "public" ] },
]

0 comments on commit 4d54eb9

Please sign in to comment.