diff options
| author | Petr Mrázek | 2012-03-13 17:10:46 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-13 17:10:46 +0100 |
| commit | 9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4 (patch) | |
| tree | a3cec538aa6c6b304da6b7fccb257ee4eb300e81 /CMakeLists.txt | |
| parent | eb4757043b12764f20c6bd1a6edc12201f74b2ce (diff) | |
| download | dfhack-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.txt | 1 |
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) |
