Skip to content

Add target for gmock library

Eero Aaltonen requested to merge target-for-gmock into master

googlemock has been absorbed into the googletest project and is built and installed from the same source tree.

Since CMake's find_package dispatches to find-modules first, add a CMake target for the gmock library in FindGTest.cmake.

Merge request reports