From c840321edf48c30721ea2eec6afb2a9372d5834f Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Thu, 16 Aug 2018 10:23:15 -0500 Subject: [PATCH] move nestboxes out of devel --- plugins/CMakeLists.txt | 1 + plugins/devel/CMakeLists.txt | 1 - plugins/{devel => }/nestboxes.cpp | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename plugins/{devel => }/nestboxes.cpp (100%) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 951a1d2d6..208da7125 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -138,6 +138,7 @@ if (BUILD_SUPPORTED) DFHACK_PLUGIN(misery misery.cpp) DFHACK_PLUGIN(mode mode.cpp) DFHACK_PLUGIN(mousequery mousequery.cpp) + DFHACK_PLUGIN(nestboxes nestboxes.cpp) DFHACK_PLUGIN(orders orders.cpp LINK_LIBRARIES jsoncpp_lib_static) DFHACK_PLUGIN(pathable pathable.cpp LINK_LIBRARIES lua) DFHACK_PLUGIN(petcapRemover petcapRemover.cpp) diff --git a/plugins/devel/CMakeLists.txt b/plugins/devel/CMakeLists.txt index 4fb4b5cf5..9478ba805 100644 --- a/plugins/devel/CMakeLists.txt +++ b/plugins/devel/CMakeLists.txt @@ -11,7 +11,6 @@ DFHACK_PLUGIN(eventExample eventExample.cpp) DFHACK_PLUGIN(frozen frozen.cpp) DFHACK_PLUGIN(kittens kittens.cpp) DFHACK_PLUGIN(memview memview.cpp memutils.cpp LINK_LIBRARIES lua) -DFHACK_PLUGIN(nestboxes nestboxes.cpp) DFHACK_PLUGIN(notes notes.cpp) DFHACK_PLUGIN(onceExample onceExample.cpp) DFHACK_PLUGIN(renderer-msg renderer-msg.cpp) diff --git a/plugins/devel/nestboxes.cpp b/plugins/nestboxes.cpp similarity index 100% rename from plugins/devel/nestboxes.cpp rename to plugins/nestboxes.cpp