summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-09-06 12:37:29 +0400
committerAlexander Gavrilov2012-09-06 12:37:29 +0400
commitd5ea05ebb88b40483b62aaf5dfe20e1b24e8a28a (patch)
treed900522e6e8599029f5534e34fb744f0a595bb09 /plugins/CMakeLists.txt
parent8d876cc7d92faf1616d914e03c890772256ebb83 (diff)
downloaddfhack-d5ea05ebb88b40483b62aaf5dfe20e1b24e8a28a.tar.gz
dfhack-d5ea05ebb88b40483b62aaf5dfe20e1b24e8a28a.tar.bz2
dfhack-d5ea05ebb88b40483b62aaf5dfe20e1b24e8a28a.tar.xz
Implement a pressure plate sensitive to machine power.
When built next to a gearbox, it will monitor its powered state.
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 04da3e6c..9093a493 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -114,6 +114,7 @@ if (BUILD_SUPPORTED)
# this one exports functions to lua
DFHACK_PLUGIN(burrows burrows.cpp LINK_LIBRARIES lua)
DFHACK_PLUGIN(sort sort.cpp LINK_LIBRARIES lua)
+ DFHACK_PLUGIN(power-meter power-meter.cpp LINK_LIBRARIES lua)
# not yet. busy with other crud again...
#DFHACK_PLUGIN(versionosd versionosd.cpp)
endif()