googletest icon indicating copy to clipboard operation
googletest copied to clipboard

Add CMake interface library `GTest::gtest_prod`

Open mp-chet opened this issue 11 months ago • 2 comments
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.

mp-chet avatar Dec 12 '24 23:12 mp-chet

Good

Hasan0971 avatar Dec 15 '24 19:12 Hasan0971

Rebased to the latest main branch.

mp-chet avatar Apr 02 '25 12:04 mp-chet

Rebased to the latest main branch.

mp-chet avatar Oct 01 '25 10:10 mp-chet