summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-08-25 20:01:03 +0400
committerAlexander Gavrilov2012-08-25 20:01:03 +0400
commitbd9800055dd0c6d346d9741f537dd87993920f2e (patch)
treecb1a99c3dabb81fc6524ff9a0feb99452dc96741 /plugins/CMakeLists.txt
parent41ad42d0fdeae7d387186e66d9eb4117a3cf9e7d (diff)
downloaddfhack-bd9800055dd0c6d346d9741f537dd87993920f2e.tar.gz
dfhack-bd9800055dd0c6d346d9741f537dd87993920f2e.tar.bz2
dfhack-bd9800055dd0c6d346d9741f537dd87993920f2e.tar.xz
Link to the lua library in the liquids plugin.
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 023cd6e8..a2e52017 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -81,7 +81,7 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(weather weather.cpp)
DFHACK_PLUGIN(colonies colonies.cpp)
DFHACK_PLUGIN(mode mode.cpp)
- DFHACK_PLUGIN(liquids liquids.cpp Brushes.h)
+ DFHACK_PLUGIN(liquids liquids.cpp Brushes.h LINK_LIBRARIES lua)
DFHACK_PLUGIN(tiletypes tiletypes.cpp Brushes.h)
DFHACK_PLUGIN(tubefill tubefill.cpp)
DFHACK_PLUGIN(autodump autodump.cpp)