summaryrefslogtreecommitdiff
path: root/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 /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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 620bf6d9..367e68f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -110,6 +110,7 @@ include_directories(depends/md5)
include_directories(depends/tinyxml)
include_directories(depends/tthread)
include_directories(${ZLIB_INCLUDE_DIRS})
+include_directories(depends/clsocket/src)
add_subdirectory(depends)