Googletest export

Clarify build system support - CMake and automake community supported

PiperOrigin-RevId: 245821927
This commit is contained in:
misterg
2019-04-29 17:18:42 -04:00
committed by gennadiycivil
parent 9997a830ee
commit 63be3dcc24
9 changed files with 28 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
########################################################################
# Note: CMake support is community-based. The maintaners do not use CMake
# internally.
#
# CMake build script for Google Mock.
#
# To run the tests for Google Mock itself on Linux, use 'make test' or