Googletest export
Clarify build system support - CMake and automake community supported PiperOrigin-RevId: 245821927
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
				
			|||||||
 | 
					# Note: CMake support is community-based. The maintaners do not use CMake
 | 
				
			||||||
 | 
					# internally.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cmake_minimum_required(VERSION 2.8.8)
 | 
					cmake_minimum_required(VERSION 2.8.8)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
project(googletest-distribution)
 | 
					project(googletest-distribution)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,8 @@
 | 
				
			|||||||
 | 
					# Note: automake support is community-based. The maintaners do not use automake
 | 
				
			||||||
 | 
					# internally.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Process this file with automake to produce Makefile.in
 | 
					## Process this file with automake to produce Makefile.in
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AUTOMAKE_OPTIONS = foreign
 | 
					AUTOMAKE_OPTIONS = foreign
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build . before src so that our all-local and clean-local hooks kicks in at
 | 
					# Build . before src so that our all-local and clean-local hooks kicks in at
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,6 @@
 | 
				
			|||||||
 | 
					# Note: automake support is community-based. The maintaners do not use automake
 | 
				
			||||||
 | 
					# internally.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_INIT([Google C++ Mocking and Testing Frameworks],
 | 
					AC_INIT([Google C++ Mocking and Testing Frameworks],
 | 
				
			||||||
        [1.9.0],
 | 
					        [1.9.0],
 | 
				
			||||||
        [googlemock@googlegroups.com],
 | 
					        [googlemock@googlegroups.com],
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,7 @@
 | 
				
			|||||||
########################################################################
 | 
					########################################################################
 | 
				
			||||||
 | 
					# Note: CMake support is community-based. The maintaners do not use CMake
 | 
				
			||||||
 | 
					# internally.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
# CMake build script for Google Mock.
 | 
					# CMake build script for Google Mock.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# To run the tests for Google Mock itself on Linux, use 'make test' or
 | 
					# 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
 | 
					# Automake file
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ACLOCAL_AMFLAGS = -I m4
 | 
					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)
 | 
					m4_include(../googletest/m4/acx_pthread.m4)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_INIT([Google C++ Mocking Framework],
 | 
					AC_INIT([Google C++ Mocking Framework],
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,7 @@
 | 
				
			|||||||
########################################################################
 | 
					########################################################################
 | 
				
			||||||
 | 
					# Note: CMake support is community-based. The maintaners do not use CMake
 | 
				
			||||||
 | 
					# internally.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
# CMake build script for Google Test.
 | 
					# CMake build script for Google Test.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# To run the tests for Google Test itself on Linux, use 'make test' or
 | 
					# To run the tests for Google Test 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
 | 
					# Automake file
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ACLOCAL_AMFLAGS = -I m4
 | 
					ACLOCAL_AMFLAGS = -I m4
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,6 @@
 | 
				
			|||||||
 | 
					# Note: automake support is community-based. The maintaners do not use automake
 | 
				
			||||||
 | 
					# internally.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
m4_include(m4/acx_pthread.m4)
 | 
					m4_include(m4/acx_pthread.m4)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# At this point, the Xcode project assumes the version string will be three
 | 
					# At this point, the Xcode project assumes the version string will be three
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user