summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/FindGTest-target-for-gmock.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.23 release notesBrad King2022-02-031-4/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.23.rst`.
* FindGTest: Add target for gmock libraryEero Aaltonen2021-11-221-0/+4
`googlemock` has been absorbed into the [googletest](https://github.com/google/googletest) project and is built and installed from the same source tree. As GTest may be built with or without GMock, skip GMock if it is not present. Do not provide result variables for GMock. They are not provided by upstream GTest's CMake Package Configuration File. Also update the test case to cover linking to `GTest::gmock`.