colobot/lib/gmock
Piotr Dziwinski 1285712aa2 CMakeLists enhancements
- compiler detection (clang and gcc version check)
 - compile flags only for src/ subdir
 - system and local include paths
 - fix for clang compilation
2013-01-08 22:12:09 +01:00
..
include/gmock Split gtest and gmock, fixed using system packages 2012-12-16 13:22:58 +01:00
src Split gtest and gmock, fixed using system packages 2012-12-16 13:22:58 +01:00
CMakeLists.txt CMakeLists enhancements 2013-01-08 22:12:09 +01:00
COPYING.txt Split gtest and gmock, fixed using system packages 2012-12-16 13:22:58 +01:00
README.txt Split gtest and gmock, fixed using system packages 2012-12-16 13:22:58 +01:00

README.txt

This directory contains part of distribution of Google Test (http://code.google.com/p/googletest/)
 - a C++ framework for unit tests. There are source files, include headers and a custom CMakeLists.txt
to compile static library. Only these files are kept from the official distribution as only
they are necessary. For more info, see the original README file from gtest: REDME-gtest.txt.
License info is kept in the original COPYING.txt.