From b7aef4d84c35ed2061e9d92aeb5a5f89865d3a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 23 May 2011 03:23:56 +0200 Subject: [PATCH] Move dfstatus to supported. --- tools/playground/CMakeLists.txt | 4 ---- tools/supported/CMakeLists.txt | 3 +++ tools/{playground => supported}/dfstatus.cpp | 0 3 files changed, 3 insertions(+), 4 deletions(-) rename tools/{playground => supported}/dfstatus.cpp (100%) diff --git a/tools/playground/CMakeLists.txt b/tools/playground/CMakeLists.txt index 0cc625118..06006bc96 100644 --- a/tools/playground/CMakeLists.txt +++ b/tools/playground/CMakeLists.txt @@ -28,10 +28,6 @@ DFHACK_TOOL(dfmoodump moodump.cpp) # Author: mizipzor DFHACK_TOOL(dfdigger digger.cpp) -# dfstatus - watches DF and prints stuff in a window -DFHACK_CURSES_TOOL(dfstatus dfstatus.cpp) -find_package(Curses QUIET) - # digger2 - designate for digging from a text file # Author: rOut DFHACK_TOOL(dfdigger2 digger2.cpp) diff --git a/tools/supported/CMakeLists.txt b/tools/supported/CMakeLists.txt index 300a70202..259879b6f 100644 --- a/tools/supported/CMakeLists.txt +++ b/tools/supported/CMakeLists.txt @@ -118,3 +118,6 @@ DFHACK_TOOL(dftiletypes tiletypes.cpp) # veinlook - look at the map... sort of, kind of DFHACK_CURSES_TOOL(dfveinlook veinlook.cpp) + +# dfstatus - watches DF and prints stuff in a window +DFHACK_CURSES_TOOL(dfstatus dfstatus.cpp) diff --git a/tools/playground/dfstatus.cpp b/tools/supported/dfstatus.cpp similarity index 100% rename from tools/playground/dfstatus.cpp rename to tools/supported/dfstatus.cpp