summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2012-04-15 00:13:39 +0200
committerPetr Mrázek2012-04-15 00:13:39 +0200
commit45ca8c6ac103048f0b5bb48b082f6ff945c56300 (patch)
tree6fa136d886182c154c27faf5ceb2109154783d5b /plugins/CMakeLists.txt
parentc52eb517b07039299dee9b0a83318048584418c6 (diff)
parentcb49c92b99a5aab3f95c811a43fe4dadc1115b99 (diff)
downloaddfhack-45ca8c6ac103048f0b5bb48b082f6ff945c56300.tar.gz
dfhack-45ca8c6ac103048f0b5bb48b082f6ff945c56300.tar.bz2
dfhack-45ca8c6ac103048f0b5bb48b082f6ff945c56300.tar.xz
Merge https://github.com/angavrilov/dfhack
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index f72245b9..5fe21f66 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -36,6 +36,10 @@ if (BUILD_DWARFEXPORT)
add_subdirectory (dwarfexport)
endif()
+install(DIRECTORY lua/
+ DESTINATION ${DFHACK_LUA_DESTINATION}/plugins
+ FILES_MATCHING PATTERN "*.lua")
+
# Protobuf
FILE(GLOB PROJECT_PROTOS ${CMAKE_CURRENT_SOURCE_DIR}/proto/*.proto)
@@ -98,6 +102,7 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(feature feature.cpp)
DFHACK_PLUGIN(lair lair.cpp)
DFHACK_PLUGIN(zone zone.cpp)
+ DFHACK_PLUGIN(burrows burrows.cpp)
# not yet. busy with other crud again...
#DFHACK_PLUGIN(versionosd versionosd.cpp)
endif()