This applies the same fix that D84748 did for macro definitions.
Appropriate include path is now automatically set for all libraries
which link against gtest targets, which avoids the need to set
include_directories in various parts of the project.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I picked you because you seemed interested in the overall direction that our cmake support is going :), and I believe that one of our biggest problem with cmake is the lack of a unified direction of where our cmake support is going. (Also, my previous go-to person for that (@beanz), seems to be busy with other stuff these days.)
Comment Actions
Yup, I am interested by that indeed :). I just wanted to make it clear my LGTM alone shouldn't be considered enough to commit to these other projects that might have active owners. But it does look like you've got enough approvals for an obviously correct improvement, IMO.