summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorjj2012-04-18 18:50:48 +0200
committerjj2012-04-18 18:50:48 +0200
commit0e10a8edffc33324fa246c84278f2c3e671450df (patch)
treef169fba7e2fa5dbeb2df44ee80f3a56ad58a8cb9 /plugins/CMakeLists.txt
parent3ad3d1af46d4cb0ff53c385c4ece4c166c631c25 (diff)
parentc17529a79442d4a44dc13bf7516ededeaf7eb823 (diff)
downloaddfhack-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.txt2
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...