summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-20 21:32:25 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-20 21:32:25 +0300
commit8ccc285b2a571d9bad6f222221ccf5048daae9f6 (patch)
tree52ff3d53d469264b9871a582620576f05885efc6
parent7cf37cfedf413d5581f6d6eca4e9b1bd11e1c7b3 (diff)
downloadplus-8ccc285b2a571d9bad6f222221ccf5048daae9f6.tar.gz
plus-8ccc285b2a571d9bad6f222221ccf5048daae9f6.tar.bz2
plus-8ccc285b2a571d9bad6f222221ccf5048daae9f6.tar.xz
plus-8ccc285b2a571d9bad6f222221ccf5048daae9f6.zip
Add x11 library to cmake file.
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1ce5f211b..4a354fc7e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1575,6 +1575,7 @@ ADD_EXECUTABLE(manaplus WIN32 ${SRCS} ${SRCS_EVOL})
ADD_EXECUTABLE(dyecmd WIN32 ${DYE_CMD_SRCS})
TARGET_LINK_LIBRARIES(manaplus
+ ${X11_LIBRARIES}
${SDLGFX_LIBRARIES}
${SDL_LIBRARY}
${SDLIMAGE_LIBRARY}