Skip to content

Commit ad11f48

Browse files
authored
Update CMakeLists.txt - cleaners link lua
1 parent 8f10e8e commit ad11f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if(BUILD_SUPPORTED)
9999
dfhack_plugin(changevein changevein.cpp)
100100
#add_subdirectory(channel-safely)
101101
dfhack_plugin(cleanconst cleanconst.cpp)
102-
dfhack_plugin(cleaners cleaners.cpp)
102+
dfhack_plugin(cleaners cleaners.cpp LINK_LIBRARIES lua)
103103
dfhack_plugin(cleanowned cleanowned.cpp)
104104
dfhack_plugin(createitem createitem.cpp)
105105
dfhack_plugin(cursecheck cursecheck.cpp)

0 commit comments

Comments
 (0)