summaryrefslogtreecommitdiff
path: root/library/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-13 17:10:46 +0100
committerPetr Mrázek2012-03-13 17:10:46 +0100
commit9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4 (patch)
treea3cec538aa6c6b304da6b7fccb257ee4eb300e81 /library/CMakeLists.txt
parenteb4757043b12764f20c6bd1a6edc12201f74b2ce (diff)
downloaddfhack-9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4.tar.gz
dfhack-9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4.tar.bz2
dfhack-9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4.tar.xz
Add clsocket as a dependency for dfhack lib.
Diffstat (limited to 'library/CMakeLists.txt')
-rw-r--r--library/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index ac54340e..0521184c 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -228,7 +228,7 @@ ENDIF()
#effectively disables debug builds...
SET_TARGET_PROPERTIES(dfhack PROPERTIES DEBUG_POSTFIX "-debug" )
-TARGET_LINK_LIBRARIES(dfhack protobuf-lite ${PROJECT_LIBS})
+TARGET_LINK_LIBRARIES(dfhack protobuf-lite clsocket ${PROJECT_LIBS})
SET_TARGET_PROPERTIES(dfhack PROPERTIES LINK_INTERFACE_LIBRARIES "")
IF(UNIX)