From e782ad440171cc5e68c987352e3470b1a4234683 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 04 二月 2021 18:41:52 +0800
Subject: [PATCH] update
---
src/CMakeLists.txt | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f6202ca..a96920e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -10,7 +10,6 @@
./logger_factory.cpp
./socket/bus_server_socket.cpp
./socket/bus_server_socket_wrapper.cpp
-./socket/shm_stream_mod_socket.cpp
./socket/shm_socket.cpp
./socket/shm_mod_socket.cpp
./time_util.cpp
@@ -30,7 +29,7 @@
)
-add_library(shm_queue ${_SOURCES_})
+add_library(shm_queue SHARED ${_SOURCES_})
target_include_directories(shm_queue PUBLIC ${EXTRA_INCLUDES} )
@@ -47,12 +46,11 @@
target_link_libraries(shm_queue PUBLIC ${EXTRA_LIBS} )
# install rules
-install(TARGETS shm_queue DESTINATION lib)
+install(TARGETS shm_queue DESTINATION lib)
install(FILES
./socket/socket_def.h
./socket/bus_server_socket.h
./socket/shm_socket.h
- ./socket/shm_stream_mod_socket.h
./socket/shm_mod_socket.h
./socket/bus_server_socket_wrapper.h
./psem.h
@@ -61,6 +59,7 @@
./futex_sem.h
./bus_error.h
./bus_def.h
+ ./sole.h
./logger_factory.h
./queue/linked_lock_free_queue.h
./queue/array_lock_free_queue.h
--
Gitblit v1.8.0