diff options
| author | expwnent | 2012-08-21 01:33:04 -0400 |
|---|---|---|
| committer | expwnent | 2012-08-23 22:05:35 -0400 |
| commit | eac2f3f5d1fb93fb47b8a060892d1eb38af33ac5 (patch) | |
| tree | 8c71298c2dfe38158ef54652edde67d7c6247b21 /plugins/CMakeLists.txt | |
| parent | 509d9570908e1befa537d10285942006d148b3a3 (diff) | |
| download | dfhack-eac2f3f5d1fb93fb47b8a060892d1eb38af33ac5.tar.gz dfhack-eac2f3f5d1fb93fb47b8a060892d1eb38af33ac5.tar.bz2 dfhack-eac2f3f5d1fb93fb47b8a060892d1eb38af33ac5.tar.xz | |
Added misery plugin: multiply effects of negative thoughts.
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 2c54aeba..670c9ce7 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -115,6 +115,7 @@ if (BUILD_SUPPORTED) DFHACK_PLUGIN(sort sort.cpp LINK_LIBRARIES lua) # not yet. busy with other crud again... #DFHACK_PLUGIN(versionosd versionosd.cpp) + DFHACK_PLUGIN(misery misery.cpp) endif() |
