diff options
| author | Alexander Gavrilov | 2012-04-13 21:41:42 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-04-13 21:41:42 +0400 |
| commit | 2f54a48e6391720c62a62cad9839f3d36a6e7385 (patch) | |
| tree | a3fcfaa17ffe91ab29d9ca07f5068cfe081633c9 /plugins/CMakeLists.txt | |
| parent | 37cfb1fdcd01e4a7dce1a2b759cc2655bd42cf03 (diff) | |
| download | dfhack-2f54a48e6391720c62a62cad9839f3d36a6e7385.tar.gz dfhack-2f54a48e6391720c62a62cad9839f3d36a6e7385.tar.bz2 dfhack-2f54a48e6391720c62a62cad9839f3d36a6e7385.tar.xz | |
Add a plugin that makes selected burrows auto-grow on digging.
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 6c2a537d..d30d2569 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -97,6 +97,7 @@ if (BUILD_SUPPORTED) DFHACK_PLUGIN(feature feature.cpp) DFHACK_PLUGIN(lair lair.cpp) DFHACK_PLUGIN(zone zone.cpp) + DFHACK_PLUGIN(burrows burrows.cpp) # not yet. busy with other crud again... #DFHACK_PLUGIN(versionosd versionosd.cpp) endif() |
