link autolabor to lua for the overlay

develop
Myk 2023-02-01 14:25:32 -08:00 committed by Kelly Kinkade
parent 16e6114a86
commit 4df7898d18
1 changed files with 1 additions and 1 deletions

@ -12,4 +12,4 @@ list(APPEND COMMON_SRCS ${COMMON_HDRS})
#dfhack_plugin(labormanager labormanager.cpp joblabormapper.cpp ${COMMON_SRCS})
dfhack_plugin(autolabor autolabor.cpp ${COMMON_SRCS})
dfhack_plugin(autolabor autolabor.cpp ${COMMON_SRCS} LINK_LIBRARIES lua)