summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2011-10-30 02:50:29 +0100
committerPetr Mrázek2011-10-30 02:50:29 +0100
commit13ca2e608fb478ad1226281a1397091e90e55e20 (patch)
tree42c8c0a9469564bd8e07a5cec9234b1a4813ea72 /CMakeLists.txt
parent6e3dbbdd720b947f2fff692398f796baed9cbc58 (diff)
downloaddfhack-13ca2e608fb478ad1226281a1397091e90e55e20.tar.gz
dfhack-13ca2e608fb478ad1226281a1397091e90e55e20.tar.bz2
dfhack-13ca2e608fb478ad1226281a1397091e90e55e20.tar.xz
Added df2mc (TroZ) and drybuckets (Quietust) plugins
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b13acece..bb520ff5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ set(DF_VERSION_MINOR "31")
set(DF_VERSION_PATCH "25")
set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}")
-set(DFHACK_RELEASE "6")
+set(DFHACK_RELEASE "7")
## where to install things (after the build is done, classic 'make install' or package structure)
# the dfhack libraries will be installed here:
@@ -56,6 +56,9 @@ SET(DFHACK_DEVDOC_DESTINATION hack)
OPTION(BUILD_LIBRARY "Build the library that goes into DF." ON)
OPTION(BUILD_PLUGINS "Build the plugins." ON)
+#add depends to include path
+INCLUDE_DIRECTORIES ( library/depends )
+
# build the static lua for dfusion
INCLUDE_DIRECTORIES ( lua/include )
add_subdirectory (lua)