diff options
| author | Alexander Gavrilov | 2012-09-06 12:37:29 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-09-06 12:37:29 +0400 |
| commit | d5ea05ebb88b40483b62aaf5dfe20e1b24e8a28a (patch) | |
| tree | d900522e6e8599029f5534e34fb744f0a595bb09 /plugins/CMakeLists.txt | |
| parent | 8d876cc7d92faf1616d914e03c890772256ebb83 (diff) | |
| download | dfhack-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.txt | 1 |
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() |
