summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-03-05 19:47:06 +0400
committerAlexander Gavrilov2012-03-05 19:47:06 +0400
commitcbd254991f509b7cd0641f81696a1b45a2d80a8c (patch)
tree439d85242a29e7ed2daa221c42291671e07fbfd7 /plugins/CMakeLists.txt
parentf83db862582fdd4e6929879e7659499edaa2501e (diff)
downloaddfhack-cbd254991f509b7cd0641f81696a1b45a2d80a8c.tar.gz
dfhack-cbd254991f509b7cd0641f81696a1b45a2d80a8c.tar.bz2
dfhack-cbd254991f509b7cd0641f81696a1b45a2d80a8c.tar.xz
Add a tweak for forcibly clearing the Missing status of units.
Mainly useful for fixing inexplicably missing ghosts.
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index f04726a4..09c0b298 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -79,6 +79,7 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(follow follow.cpp)
DFHACK_PLUGIN(changevein changevein.cpp)
DFHACK_PLUGIN(advtools advtools.cpp)
+ DFHACK_PLUGIN(tweak tweak.cpp)
#DFHACK_PLUGIN(versionosd versionosd.cpp)
endif()