mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Move twping to tools directory
This commit is contained in:
parent
34da9f2282
commit
4d43567948
|
@ -2401,14 +2401,6 @@ endif()
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
if(TOOLS)
|
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(TARGETS_TOOLS)
|
||||||
set_src(TOOLS_SRC GLOB src/tools
|
set_src(TOOLS_SRC GLOB src/tools
|
||||||
config_common.h
|
config_common.h
|
||||||
|
@ -2426,6 +2418,7 @@ if(TOOLS)
|
||||||
map_resave.cpp
|
map_resave.cpp
|
||||||
packetgen.cpp
|
packetgen.cpp
|
||||||
stun.cpp
|
stun.cpp
|
||||||
|
twping.cpp
|
||||||
unicode_confusables.cpp
|
unicode_confusables.cpp
|
||||||
uuid.cpp
|
uuid.cpp
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue