From 4ad4f24f18cf7d0af22ca885baebc6a3eb37e7d0 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期四, 20 五月 2021 10:08:40 +0800
Subject: [PATCH] rename socket.h/cpp to shm_socket.h/cpp.

---
 proto/cpp/CMakeLists.txt |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/proto/cpp/CMakeLists.txt b/proto/cpp/CMakeLists.txt
index f8d07f7..aa312d8 100644
--- a/proto/cpp/CMakeLists.txt
+++ b/proto/cpp/CMakeLists.txt
@@ -8,5 +8,4 @@
 PROTOBUF_GENERATE_CPP(PROTO_SRCS PROTO_HDRS ${proto_files})
 
 add_library(${Target} STATIC ${PROTO_SRCS})
-target_link_libraries(${Target} libprotobuf-lite.a)
-
+target_link_libraries(${Target} libprotobuf-lite.a)
\ No newline at end of file

--
Gitblit v1.8.0