summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2011-02-24 21:59:54 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2011-02-24 21:59:54 +0000
commitdcc87ad72872210e2a32c54967d402ee9bf49c8b (patch)
tree71aadb86b67dde4e64c425aef9e5b1b625f34345
parenta65aeedd46b53e0403bbb6e0849a9245d72dcc4e (diff)
downloadgooglemock-dcc87ad72872210e2a32c54967d402ee9bf49c8b.tar.gz
Adds CMake scripts to gmock's release package.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@367 8415998a-534a-0410-bf83-d39667b30386
-rw-r--r--CHANGES1
-rw-r--r--Makefile.am4
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 80a01d4..ba7cfc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,7 @@ Changes for 1.6.0:
the class body.
* New matchers: Pointwise(), Each().
* New actions: ReturnPointee() and ReturnRefOfCopy().
+* CMake support.
* Project files for Visual Studio 2010.
* AllOf() and AnyOf() can handle up-to 10 arguments now.
* Google Mock doctor understands Clang error messages now.
diff --git a/Makefile.am b/Makefile.am
index e02c07e..cf7dee9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -153,6 +153,10 @@ EXTRA_DIST += \
scripts/generator/cpp/utils.py \
scripts/generator/gmock_gen.py
+# CMake scripts.
+EXTRA_DIST += \
+ CMakeLists.txt
+
# Microsoft Visual Studio 2005 projects.
EXTRA_DIST += \
msvc/2005/gmock.sln \