diff options
| author | Alexander Gavrilov | 2012-08-25 20:01:03 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-08-25 20:01:03 +0400 |
| commit | bd9800055dd0c6d346d9741f537dd87993920f2e (patch) | |
| tree | cb1a99c3dabb81fc6524ff9a0feb99452dc96741 /plugins/CMakeLists.txt | |
| parent | 41ad42d0fdeae7d387186e66d9eb4117a3cf9e7d (diff) | |
| download | dfhack-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.txt | 2 |
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) |
