summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-12-16 13:33:05 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2012-12-16 13:33:05 +0100
commitf9f15a2f3f80f968a64e76141b1e6fa5e28c7232 (patch)
tree52204202603817d09d93ed8a863b69f93ada74b2 /lib
parentf5b4705cad6c7071a24912b81987a488a8cef0f7 (diff)
downloadcolobot-f9f15a2f3f80f968a64e76141b1e6fa5e28c7232.tar.gz
colobot-f9f15a2f3f80f968a64e76141b1e6fa5e28c7232.tar.bz2
colobot-f9f15a2f3f80f968a64e76141b1e6fa5e28c7232.zip
Revert "Merge pull request #88 from OdyX/dev-graphics-system-gtools"
This reverts commit f5b4705cad6c7071a24912b81987a488a8cef0f7, reversing changes made to 4811defca2eeea69e40346be6b1647f276db8c76.
Diffstat (limited to 'lib')
-rw-r--r--lib/gtest/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gtest/CMakeLists.txt b/lib/gtest/CMakeLists.txt
index 1279f7d..61813ae 100644
--- a/lib/gtest/CMakeLists.txt
+++ b/lib/gtest/CMakeLists.txt
@@ -7,3 +7,4 @@ add_definitions(-DGTEST_HAS_PTHREAD=0)
# gtest-all.cc includes all other sources
add_library(gtest STATIC src/gtest-all.cc)
+add_library(gmock STATIC src/gmock-all.cc)