summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorQuietust2012-08-21 15:43:32 -0500
committerQuietust2012-08-21 15:43:32 -0500
commit2c0a42296cb3fda79f165efaacc9c091bdb57091 (patch)
treeeab1a92ad6ddf6eba1091a1e1b67d44fa341c18a /plugins/CMakeLists.txt
parent51ba2523446596f4cdf0f179702ecc3b1eefa965 (diff)
downloaddfhack-2c0a42296cb3fda79f165efaacc9c091bdb57091.tar.gz
dfhack-2c0a42296cb3fda79f165efaacc9c091bdb57091.tar.bz2
dfhack-2c0a42296cb3fda79f165efaacc9c091bdb57091.tar.xz
New plugin: Dwarf Manipulator - enter the [u]nits list and press [l]abors to get a DwarfTherapist-style labor editor
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 2c54aeba..023cd6e8 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -110,6 +110,7 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(catsplosion catsplosion.cpp)
DFHACK_PLUGIN(regrass regrass.cpp)
DFHACK_PLUGIN(forceequip forceequip.cpp)
+ DFHACK_PLUGIN(manipulator manipulator.cpp)
# this one exports functions to lua
DFHACK_PLUGIN(burrows burrows.cpp LINK_LIBRARIES lua)
DFHACK_PLUGIN(sort sort.cpp LINK_LIBRARIES lua)