Adds CMake scripts to gmock's release package.
This commit is contained in:
parent
79d82b6ef7
commit
62a35fbc5d
1
CHANGES
1
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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user