summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2011-07-27 05:59:09 +0200
committerPetr Mrázek2011-07-27 05:59:09 +0200
commit2470e564a9047e115f6e221dd23e5d7f3cad7a6e (patch)
tree1250b83c304d01e4a0e7beaad67515d8bd7a2226 /CMakeLists.txt
parente92bacbcc969fd494d7d5aacb499e32776debe7a (diff)
downloaddfhack-2470e564a9047e115f6e221dd23e5d7f3cad7a6e.tar.gz
dfhack-2470e564a9047e115f6e221dd23e5d7f3cad7a6e.tar.bz2
dfhack-2470e564a9047e115f6e221dd23e5d7f3cad7a6e.tar.xz
Linux-side of threading function rewrite. Windows=broken.
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 f463cf0a..951cc086 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,6 +72,7 @@ OPTION(BUILD_LIBRARY "Build the library that goes into DF." ON)
OPTION(BUILD_PLUGINS "Build the plugins." ON)
IF(BUILD_LIBRARY)
+ #add_subdirectory (dlib)
add_subdirectory (library)
## install the default documentation files
install(FILES LICENSE Readme.html DESTINATION ${DFHACK_USERDOC_DESTINATION})