Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
63be3dcc
Commit
63be3dcc
authored
Apr 29, 2019
by
misterg
Committed by
gennadiycivil
May 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Clarify build system support - CMake and automake community supported PiperOrigin-RevId: 245821927
parent
9997a830
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
28 additions
and
0 deletions
+28
-0
CMakeLists.txt
CMakeLists.txt
+3
-0
Makefile.am
Makefile.am
+4
-0
configure.ac
configure.ac
+3
-0
CMakeLists.txt
googlemock/CMakeLists.txt
+3
-0
Makefile.am
googlemock/Makefile.am
+3
-0
configure.ac
googlemock/configure.ac
+3
-0
CMakeLists.txt
googletest/CMakeLists.txt
+3
-0
Makefile.am
googletest/Makefile.am
+3
-0
configure.ac
googletest/configure.ac
+3
-0
No files found.
CMakeLists.txt
View file @
63be3dcc
# 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
)
...
...
Makefile.am
View file @
63be3dcc
# 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
...
...
configure.ac
View file @
63be3dcc
# 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],
...
...
googlemock/CMakeLists.txt
View file @
63be3dcc
########################################################################
########################################################################
# 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
...
...
googlemock/Makefile.am
View file @
63be3dcc
# 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
...
...
googlemock/configure.ac
View file @
63be3dcc
# 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],
...
...
googletest/CMakeLists.txt
View file @
63be3dcc
########################################################################
########################################################################
# 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
...
...
googletest/Makefile.am
View file @
63be3dcc
# 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
...
...
googletest/configure.ac
View file @
63be3dcc
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment