diff options
| author | Alexander Gavrilov | 2012-04-21 15:43:52 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-04-21 15:43:52 +0400 |
| commit | 3282ac3db216ef43cab5744631b57ed05bcf8a12 (patch) | |
| tree | 330517cf6663113e0b9f4a575209ab658c5003d4 /plugins/CMakeLists.txt | |
| parent | adbd351462f71db6a98b681eb9336524cc530092 (diff) | |
| download | dfhack-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.txt | 1 |
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() |
