From 3518a13deacb17d9a957db9a24183d26c01e344d Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Mon, 9 Jan 2023 15:45:45 -0800 Subject: [PATCH] add cleanowned back to the build (no changes) --- plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 5b2298126..6b9de7267 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -101,7 +101,7 @@ dfhack_plugin(autobutcher autobutcher.cpp LINK_LIBRARIES lua) #add_subdirectory(channel-safely) #dfhack_plugin(cleanconst cleanconst.cpp) #dfhack_plugin(cleaners cleaners.cpp) -#dfhack_plugin(cleanowned cleanowned.cpp) +dfhack_plugin(cleanowned cleanowned.cpp) #dfhack_plugin(confirm confirm.cpp LINK_LIBRARIES lua) #dfhack_plugin(createitem createitem.cpp) #dfhack_plugin(cursecheck cursecheck.cpp)