From e39e641103e19e27aa004932e5b3a4b984a7897d Mon Sep 17 00:00:00 2001 From: yangwei Date: Mon, 21 Sep 2020 20:40:29 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:demo=E4=BD=BF=E7=94=A8=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1f17b6..11dd805 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,6 @@ install(CODE "execute_process( \ add_executable(${lib_name}_demo demo/test_handle_logger.c) -target_link_libraries(${lib_name}_demo rt pthread ${lib_name}_static) +target_link_libraries(${lib_name}_demo rt pthread ${lib_name}_shared) include(Package)