diff options
| author | Petr Mrázek | 2012-04-18 04:12:11 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-04-18 04:12:11 +0200 |
| commit | 6d53ab37e0d84d0095ad2c08226d40ef3ba461a9 (patch) | |
| tree | 7dd6393ffdae1118b06b204ea39b9b6093323fca /plugins/CMakeLists.txt | |
| parent | c46cb37865340a56676888a0c55bb24502e341f2 (diff) | |
| download | dfhack-6d53ab37e0d84d0095ad2c08226d40ef3ba461a9.tar.gz dfhack-6d53ab37e0d84d0095ad2c08226d40ef3ba461a9.tar.bz2 dfhack-6d53ab37e0d84d0095ad2c08226d40ef3ba461a9.tar.xz | |
Mass fixage
Updated readme.rst
Fixed up some help strings of plugin commands
Moved catsplosion and regrass to normal plugin folder
Fixed tiletypes and liquids not keeping command history properly
Diffstat (limited to 'plugins/CMakeLists.txt')
| -rw-r--r-- | plugins/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index b520c5f1..4bfb392a 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -102,6 +102,8 @@ if (BUILD_SUPPORTED) DFHACK_PLUGIN(feature feature.cpp) DFHACK_PLUGIN(lair lair.cpp) DFHACK_PLUGIN(zone zone.cpp) + DFHACK_PLUGIN(catsplosion catsplosion.cpp) + DFHACK_PLUGIN(regrass regrass.cpp) # this one exports functions to lua DFHACK_PLUGIN(burrows burrows.cpp LINK_LIBRARIES lua) # not yet. busy with other crud again... |
