diff options
| author | Petr Mrázek | 2011-07-27 05:59:09 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-07-27 05:59:09 +0200 |
| commit | 2470e564a9047e115f6e221dd23e5d7f3cad7a6e (patch) | |
| tree | 1250b83c304d01e4a0e7beaad67515d8bd7a2226 /CMakeLists.txt | |
| parent | e92bacbcc969fd494d7d5aacb499e32776debe7a (diff) | |
| download | dfhack-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.txt | 1 |
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}) |
