Googletest export
Clarify build system support - CMake and automake community supported PiperOrigin-RevId: 245821927
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Note: automake support is community-based. The maintaners do not use automake
|
||||
# internally.
|
||||
|
||||
# Automake file
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Note: automake support is community-based. The maintaners do not use automake
|
||||
# internally.
|
||||
|
||||
m4_include(../googletest/m4/acx_pthread.m4)
|
||||
|
||||
AC_INIT([Google C++ Mocking Framework],
|
||||
|
||||
Reference in New Issue
Block a user