From 7ec14eb603babeca5fc582138f4539af7a445702 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 19 一月 2021 17:13:51 +0800
Subject: [PATCH] docxygen

---
 src/CMakeLists.txt |   55 ++++++++++++++++++++++++++++---------------------------
 1 files changed, 28 insertions(+), 27 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e0913e7..d659558 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -45,34 +45,35 @@
 # install rules
 install(TARGETS shm_queue DESTINATION lib)
 install(FILES 
-	socket/socket_def.h
-	socket/net_conn_pool.h
-	socket/bus_server_socket.h
-	socket/shm_socket.h
-	socket/net_mod_socket.h
-	socket/shm_stream_mod_socket.h
-	socket/net_mod_server_socket_wrapper.h
-	socket/net_mod_socket_io.h
-	socket/net_mod_server_socket.h
-	socket/shm_mod_socket.h
-	socket/net_mod_socket_wrapper.h
-	socket/bus_server_socket_wrapper.h
-	key_def.h
-	bus_error.h
-	logger_factory.h
-	queue/linked_lock_free_queue.h
-	queue/array_lock_free_queue2.h
-	queue/array_lock_free_queue.h
-	queue/shm_queue.h
-	queue/shm_queue_wrapper.h
-	queue/lock_free_queue.h
-	shm/hashtable.h
-	shm/mem_pool.h
-	shm/mm.h
-	shm/shm_allocator.h
-	shm/shm_mm_wraper.h
+  socket/socket_def.h
+  socket/net_conn_pool.h
+  socket/bus_server_socket.h
+  socket/shm_socket.h
+  socket/net_mod_socket.h
+  socket/shm_stream_mod_socket.h
+  socket/net_mod_server_socket_wrapper.h
+  socket/net_mod_socket_io.h
+  socket/net_mod_server_socket.h
+  socket/shm_mod_socket.h
+  socket/net_mod_socket_wrapper.h
+  socket/bus_server_socket_wrapper.h
+  key_def.h
+  bus_error.h
+  px_sem_util.h
+  logger_factory.h
+  queue/linked_lock_free_queue.h
+  queue/array_lock_free_queue2.h
+  queue/array_lock_free_queue.h
+  queue/shm_queue.h
+  queue/lock_free_queue.h
+  shm/hashtable.h
+  shm/mem_pool.h
+  shm/mm.h
+  shm/shm_mm_wrapper.h
+  shm/shm_allocator.h
+
   DESTINATION include)
 
-install(FILES "${PROJECT_BINARY_DIR}/src/BusConfig.h"
+install(FILES "${PROJECT_BINARY_DIR}/src/bus_config.h"
 	DESTINATION include
 )

--
Gitblit v1.8.0