diff options
| author | jj | 2012-04-18 18:50:48 +0200 |
|---|---|---|
| committer | jj | 2012-04-18 18:50:48 +0200 |
| commit | 0e10a8edffc33324fa246c84278f2c3e671450df (patch) | |
| tree | f169fba7e2fa5dbeb2df44ee80f3a56ad58a8cb9 /plugins/CMakeLists.txt | |
| parent | 3ad3d1af46d4cb0ff53c385c4ece4c166c631c25 (diff) | |
| parent | c17529a79442d4a44dc13bf7516ededeaf7eb823 (diff) | |
| download | dfhack-0e10a8edffc33324fa246c84278f2c3e671450df.tar.gz dfhack-0e10a8edffc33324fa246c84278f2c3e671450df.tar.bz2 dfhack-0e10a8edffc33324fa246c84278f2c3e671450df.tar.xz | |
Merge branch 'master' of git://github.com/peterix/dfhack
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 9e03416c..66e5a650 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -107,6 +107,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... |
