We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f10e8e commit ad11f48Copy full SHA for ad11f48
1 file changed
plugins/CMakeLists.txt
@@ -99,7 +99,7 @@ if(BUILD_SUPPORTED)
99
dfhack_plugin(changevein changevein.cpp)
100
#add_subdirectory(channel-safely)
101
dfhack_plugin(cleanconst cleanconst.cpp)
102
- dfhack_plugin(cleaners cleaners.cpp)
+ dfhack_plugin(cleaners cleaners.cpp LINK_LIBRARIES lua)
103
dfhack_plugin(cleanowned cleanowned.cpp)
104
dfhack_plugin(createitem createitem.cpp)
105
dfhack_plugin(cursecheck cursecheck.cpp)
0 commit comments