From 6de74d5e60a9a5ecd417a5473a3b567e51ca2de8 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 25 一月 2021 15:14:23 +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