googletest
googletest copied to clipboard
Add CMake interface library `GTest::gtest_prod`
trafficstars
Production code that contains #include <gtest/gtest_prod.h> should link against this interface library: it sets the correct include path for the compiler but does not instruct the linker to pull in any GoogleTest library code.
Fixes #4673.
Good
Rebased to the latest main branch.
Rebased to the latest main branch.