From d5da31067c3b602729047d4cf8f48b6580187869 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 21 一月 2021 18:09:36 +0800
Subject: [PATCH] update

---
 test/CMakeLists.txt |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index a853353..18e1408 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -23,5 +23,12 @@
                             )
 
 
-# add the install targets
-install(TARGETS test1 DESTINATION bin)
+add_executable(svsem_test svsem_test.cpp )
+target_link_libraries(svsem_test PRIVATE  ${EXTRA_LIBS} )
+target_include_directories(svsem_test PRIVATE
+                            "${PROJECT_BINARY_DIR}"
+                             ${EXTRA_INCLUDES}
+                            )
+
+
+

--
Gitblit v1.8.0