Move twping to tools directory

This commit is contained in:
Dennis Felsing 2022-06-25 01:28:05 +02:00
parent 34da9f2282
commit 4d43567948
2 changed files with 1 additions and 8 deletions

View file

@ -2401,14 +2401,6 @@ endif()
########################################################################
if(TOOLS)
set_src(TWPING_SRC GLOB src/twping twping.cpp)
set(TARGET_TWPING twping)
add_executable(${TARGET_TWPING} EXCLUDE_FROM_ALL ${TWPING_SRC} $<TARGET_OBJECTS:engine-shared> ${DEPS})
target_link_libraries(${TARGET_TWPING} ${LIBS})
list(APPEND TARGETS_OWN ${TARGET_TWPING})
list(APPEND TARGETS_LINK ${TARGET_TWPING})
set(TARGETS_TOOLS)
set_src(TOOLS_SRC GLOB src/tools
config_common.h
@ -2426,6 +2418,7 @@ if(TOOLS)
map_resave.cpp
packetgen.cpp
stun.cpp
twping.cpp
unicode_confusables.cpp
uuid.cpp
)