summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2014-01-18 20:16:31 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2014-01-18 20:16:31 +0100
commit604d4a614e994e60254f724dcbf629684760fe54 (patch)
tree69a83b686bd5b3f595fc5759eb35c11c9769624e /test
parent181a4049309600ef31c2d22b3823429c6ee331df (diff)
downloadcolobot-604d4a614e994e60254f724dcbf629684760fe54.tar.gz
colobot-604d4a614e994e60254f724dcbf629684760fe54.tar.bz2
colobot-604d4a614e994e60254f724dcbf629684760fe54.zip
Fixed tests compilation
Diffstat (limited to 'test')
-rw-r--r--test/unit/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt
index 278519f..269ffc2 100644
--- a/test/unit/CMakeLists.txt
+++ b/test/unit/CMakeLists.txt
@@ -23,6 +23,7 @@ configure_file(${SRC_DIR}/common/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/comm
# Code sources
set(COLOBOT_SOURCES
${SRC_DIR}/app/app.cpp
+${SRC_DIR}/app/pausemanager.cpp
${SRC_DIR}/app/system.cpp
${SRC_DIR}/app/${SYSTEM_CPP_MODULE}
${SRC_DIR}/app/system_other.cpp