Add target for gmock library
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.