Fix gmock.h includes

Authored by pino on Mar 28 2020, 1:06 PM.

Description

Fix gmock.h includes

Since the cmake module for google-mock looks for gmock.h and gets the
include path for it, then include it directly as <gmock.h>, instead of
<gmock/gmock.h> (which assumes the parent directory is in the include
paths).

Details

Committed
pinoMar 28 2020, 1:06 PM
Parents
R181:a54a95d6b552: Add more override markers
Branches
Unknown
Tags
Unknown
Reverted By
R181:ed8d00c0c5ed: Revert "Fix gmock.h includes"