summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-04-12 12:07:57 +0200
committererihel <erihel@gmail.com>2013-04-12 12:07:57 +0200
commitf1873a52d5fb6a542b0ebc24e774f5994b11607d (patch)
tree37aebbcc0e29ea6c812c0254dc91b428fcd3c7d5 /test
parent8a0383c9f088f47e0c70dfbf86f36f95fd191b8c (diff)
downloadcolobot-f1873a52d5fb6a542b0ebc24e774f5994b11607d.tar.gz
colobot-f1873a52d5fb6a542b0ebc24e774f5994b11607d.tar.bz2
colobot-f1873a52d5fb6a542b0ebc24e774f5994b11607d.zip
* Minor changes to cmake files
Diffstat (limited to 'test')
-rw-r--r--test/unit/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt
index 7ad7afd..9953fc8 100644
--- a/test/unit/CMakeLists.txt
+++ b/test/unit/CMakeLists.txt
@@ -8,7 +8,7 @@ elseif (${PLATFORM_WINDOWS})
set(PLATFORM_LIBS "-lintl")
elseif(${PLATFORM_LINUX})
# for clock_gettime
- set(PLATFORM_LIBS "-lrt")
+ set(PLATFORM_LIBS "-lrt -lX11")
endif()