From 4df7898d18cbb2e86e6173a95438e6f700411ee4 Mon Sep 17 00:00:00 2001 From: Myk Date: Wed, 1 Feb 2023 14:25:32 -0800 Subject: [PATCH] link autolabor to lua for the overlay --- plugins/autolabor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autolabor/CMakeLists.txt b/plugins/autolabor/CMakeLists.txt index b443a156f..721654d20 100644 --- a/plugins/autolabor/CMakeLists.txt +++ b/plugins/autolabor/CMakeLists.txt @@ -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)