Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
62a35fbc
Commit
62a35fbc
authored
Feb 24, 2011
by
zhanyong.wan
Browse files
Adds CMake scripts to gmock's release package.
parent
79d82b6e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CHANGES
CHANGES
+1
-0
Makefile.am
Makefile.am
+4
-0
No files found.
CHANGES
View file @
62a35fbc
...
@@ -5,6 +5,7 @@ Changes for 1.6.0:
...
@@ -5,6 +5,7 @@ Changes for 1.6.0:
the class body.
the class body.
* New matchers: Pointwise(), Each().
* New matchers: Pointwise(), Each().
* New actions: ReturnPointee() and ReturnRefOfCopy().
* New actions: ReturnPointee() and ReturnRefOfCopy().
* CMake support.
* Project files for Visual Studio 2010.
* Project files for Visual Studio 2010.
* AllOf() and AnyOf() can handle up-to 10 arguments now.
* AllOf() and AnyOf() can handle up-to 10 arguments now.
* Google Mock doctor understands Clang error messages now.
* Google Mock doctor understands Clang error messages now.
...
...
Makefile.am
View file @
62a35fbc
...
@@ -153,6 +153,10 @@ EXTRA_DIST += \
...
@@ -153,6 +153,10 @@ EXTRA_DIST += \
scripts/generator/cpp/utils.py
\
scripts/generator/cpp/utils.py
\
scripts/generator/gmock_gen.py
scripts/generator/gmock_gen.py
# CMake scripts.
EXTRA_DIST
+=
\
CMakeLists.txt
# Microsoft Visual Studio 2005 projects.
# Microsoft Visual Studio 2005 projects.
EXTRA_DIST
+=
\
EXTRA_DIST
+=
\
msvc/2005/gmock.sln
\
msvc/2005/gmock.sln
\
...
...
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