From 7c3f146197c9741d4cd2f239e1d89005b7994803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 21 Feb 2010 06:40:30 +0100 Subject: [PATCH] Put findnameindexes to the right place --- examples/CMakeLists.txt | 5 +++++ {tools => examples}/findnameindexes.cpp | 0 2 files changed, 5 insertions(+) rename {tools => examples}/findnameindexes.cpp (100%) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 058d5014c..d7ff422fc 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -42,6 +42,11 @@ TARGET_LINK_LIBRARIES(dfitemdump dfhack) ADD_EXECUTABLE(dfhotkeynotedump hotkeynotedump.cpp) TARGET_LINK_LIBRARIES(dfhotkeynotedump dfhack) +# findnameindexes +# Author: belal +ADD_EXECUTABLE(dffindnameindexes findnameindexes.cpp) +TARGET_LINK_LIBRARIES(dffindnameindexes dfhack) + IF(UNIX) # veinlook - look at the map... sort of ADD_EXECUTABLE(dfveinlook veinlook.cpp) diff --git a/tools/findnameindexes.cpp b/examples/findnameindexes.cpp similarity index 100% rename from tools/findnameindexes.cpp rename to examples/findnameindexes.cpp