Skip to content

Commit

Permalink
Update CMakeLists.txt - cleaners link lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumber64 authored Sep 20, 2024
1 parent 8f10e8e commit ad11f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if(BUILD_SUPPORTED)
dfhack_plugin(changevein changevein.cpp)
#add_subdirectory(channel-safely)
dfhack_plugin(cleanconst cleanconst.cpp)
dfhack_plugin(cleaners cleaners.cpp)
dfhack_plugin(cleaners cleaners.cpp LINK_LIBRARIES lua)
dfhack_plugin(cleanowned cleanowned.cpp)
dfhack_plugin(createitem createitem.cpp)
dfhack_plugin(cursecheck cursecheck.cpp)
Expand Down

0 comments on commit ad11f48

Please sign in to comment.