From e0aea3742aed09a0a9ed384ccd7db203b6efc650 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期六, 20 二月 2021 14:43:52 +0800
Subject: [PATCH] update

---
 test/CMakeLists.txt |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 0b001cc..cba8712 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -49,4 +49,24 @@
 
 
 
+add_executable(UDPServer UDPServer.cpp )
+target_link_libraries(UDPServer PRIVATE  ${EXTRA_LIBS} )
+target_include_directories(UDPServer PRIVATE
+                            "${PROJECT_BINARY_DIR}"
+                             ${EXTRA_INCLUDES}
+                            )
 
+
+add_executable(UDPClient UDPClient.cpp )
+target_link_libraries(UDPClient PRIVATE  ${EXTRA_LIBS} )
+target_include_directories(UDPClient PRIVATE
+                            "${PROJECT_BINARY_DIR}"
+                             ${EXTRA_INCLUDES}
+                            )
+
+add_executable(thread_set thread_set.cpp )
+target_link_libraries(thread_set PRIVATE  ${EXTRA_LIBS} )
+target_include_directories(thread_set PRIVATE
+                            "${PROJECT_BINARY_DIR}"
+                             ${EXTRA_INCLUDES}
+                            )

--
Gitblit v1.8.0