summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-11-27 18:53:28 +0100
committerDidier Raboud <odyx@debian.org>2013-11-27 18:53:28 +0100
commit343fa8f0cbad19402a2533651acc53149be1fcf5 (patch)
treea4fb835948e3d995d42ac353de72a55433673b82 /test/unit/ui/CMakeLists.txt
parent8c25650ad5e888019f350f099d6755921780c6f1 (diff)
downloadcolobot-343fa8f0cbad19402a2533651acc53149be1fcf5.tar.gz
colobot-343fa8f0cbad19402a2533651acc53149be1fcf5.tar.bz2
colobot-343fa8f0cbad19402a2533651acc53149be1fcf5.zip
Add a PLATFORM_GNU global variable matching all GNU systems such as Debian's Linux, kFreeBSD and Hurd
Diffstat (limited to 'test/unit/ui/CMakeLists.txt')
-rw-r--r--test/unit/ui/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/ui/CMakeLists.txt b/test/unit/ui/CMakeLists.txt
index 8086967..503f84b 100644
--- a/test/unit/ui/CMakeLists.txt
+++ b/test/unit/ui/CMakeLists.txt
@@ -10,8 +10,6 @@ ${CLIPBOARD_INCLUDE_DIR}
# Platform-dependent implementation of CSystemUtils
if(PLATFORM_WINDOWS)
-elseif(PLATFORM_LINUX)
- set(ADDITIONAL_LIB "-lX11")
elseif(PLATFORM_MACOSX)
set(ADDITIONAL_LIB "${X11_X11_LIB}")
else()