summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-04-21 15:43:52 +0400
committerAlexander Gavrilov2012-04-21 15:43:52 +0400
commit3282ac3db216ef43cab5744631b57ed05bcf8a12 (patch)
tree330517cf6663113e0b9f4a575209ab658c5003d4 /plugins/CMakeLists.txt
parentadbd351462f71db6a98b681eb9336524cc530092 (diff)
downloaddfhack-3282ac3db216ef43cab5744631b57ed05bcf8a12.tar.gz
dfhack-3282ac3db216ef43cab5744631b57ed05bcf8a12.tar.bz2
dfhack-3282ac3db216ef43cab5744631b57ed05bcf8a12.tar.xz
Add a hotkey command that sorts units in lists using lua comparators.
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 4bfb392a..70b40ced 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -106,6 +106,7 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(regrass regrass.cpp)
# this one exports functions to lua
DFHACK_PLUGIN(burrows burrows.cpp LINK_LIBRARIES lua)
+ DFHACK_PLUGIN(sort sort.cpp LINK_LIBRARIES lua)
# not yet. busy with other crud again...
#DFHACK_PLUGIN(versionosd versionosd.cpp)
endif()