summaryrefslogtreecommitdiff
path: root/library/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2012-02-01 04:12:15 +0100
committerPetr Mrázek2012-02-01 04:12:15 +0100
commit22aeb6e2ac7a4199fa2ab980f43dd50d7aa64c25 (patch)
tree3f9e791b93b0a0e5e2559a2bfbe7c94150fe5fde /library/CMakeLists.txt
parente5b1433d4499a4eb9691d43d6efc023bdf8e2793 (diff)
downloaddfhack-22aeb6e2ac7a4199fa2ab980f43dd50d7aa64c25.tar.gz
dfhack-22aeb6e2ac7a4199fa2ab980f43dd50d7aa64c25.tar.bz2
dfhack-22aeb6e2ac7a4199fa2ab980f43dd50d7aa64c25.tar.xz
Added linkage to libdl, fix for mode.
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 9545c49f..ba5333b1 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -164,7 +164,7 @@ IF(UNIX)
ENDIF()
IF(UNIX)
- SET(PROJECT_LIBS rt )
+ SET(PROJECT_LIBS rt dl)
ELSE(WIN32)
#FIXME: do we really need this?
SET(PROJECT_LIBS psapi ${dfhack_SOURCE_DIR}/library/depends/ntdll/ntdll.lib)