From 352397519453d918cd4dbed311971fde7c209dae Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sat, 28 Oct 2023 00:37:43 -0700 Subject: [PATCH] re-add burrow to the build --- plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 114386ad3..efeae25f9 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -90,7 +90,7 @@ if(BUILD_SUPPORTED) dfhack_plugin(autonestbox autonestbox.cpp LINK_LIBRARIES lua) dfhack_plugin(autoslab autoslab.cpp) dfhack_plugin(blueprint blueprint.cpp LINK_LIBRARIES lua) - #dfhack_plugin(burrows burrows.cpp LINK_LIBRARIES lua) + dfhack_plugin(burrow burrow.cpp LINK_LIBRARIES lua) #dfhack_plugin(building-hacks building-hacks.cpp LINK_LIBRARIES lua) add_subdirectory(buildingplan) dfhack_plugin(changeitem changeitem.cpp)