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