From 72779f21127c480fcc746d55b622fe23cdc2b62b Mon Sep 17 00:00:00 2001 From: Chairn Date: Mon, 21 Mar 2022 11:54:17 +0100 Subject: [PATCH] Fix linking of twping --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79f24c4ce..ee966d22a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2295,7 +2295,7 @@ if(TOOLS) add_executable(${TARGET_MASTERSRV} EXCLUDE_FROM_ALL ${MASTERSRV_SRC} $ $ ${DEPS}) - add_executable(${TARGET_TWPING} EXCLUDE_FROM_ALL ${TWPING_SRC} $ ${DEPS}) + add_executable(${TARGET_TWPING} EXCLUDE_FROM_ALL ${TWPING_SRC} $ $ ${DEPS}) target_link_libraries(${TARGET_MASTERSRV} ${LIBS}) target_link_libraries(${TARGET_TWPING} ${LIBS})