From 044e10574fa4e007be408d991861d34ecf22622a Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 22 二月 2021 19:17:37 +0800 Subject: [PATCH] update --- src/CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ca0e995..c66f660 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -32,10 +32,10 @@ if (BUILD_SHARED_LIBS) add_library(shm_queue SHARED ${_SOURCES_}) else() - add_library(shm_queue STATIC ${_SOURCES_}) + add_library(shm_queue SHARED ${_SOURCES_}) endif() -# STATIC +# STATIC SHARED # add_library(shm_queue ${_SOURCES_}) target_include_directories(shm_queue PUBLIC ${EXTRA_INCLUDES} ) -- Gitblit v1.8.0