summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes ↵zhanyong.wan2010-01-281-7/+16
| | | | unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek).
* Makes the cmake script work on Windows (by Manuel Klimek).zhanyong.wan2010-01-061-2/+6
|
* Makes the cmake script compatible with cmake 2.6.4.zhanyong.wan2010-01-051-8/+8
|
* Uses FindThreads to set the proper link flag when using threads (by Manuel ↵zhanyong.wan2010-01-051-35/+27
| | | | Klimek).
* Adds an experimental CMake build script; makes the samples compile without ↵zhanyong.wan2009-12-291-0/+275
warnings on Windows.