Commit 62a35fbc authored by zhanyong.wan's avatar zhanyong.wan
Browse files

Adds CMake scripts to gmock's release package.

parent 79d82b6e
...@@ -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.
......
...@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment