From 55f0b57beba8f0b6936d06bc7b414e872fdae203 Mon Sep 17 00:00:00 2001 From: Shengyi Mao Date: Tue, 24 Jun 2025 11:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20libbsd=20=E5=88=B0=20SHARE?= =?UTF-8?q?D=5FLINK=5FLIBS=20=E4=BB=A5=E5=9C=A8openeuler=E4=B8=8B=E9=93=BE?= =?UTF-8?q?=E6=8E=A5strlcpy=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 475f6dd..ee94e49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG -fdebug-prefix-map=${CMA set(SHARED_LINK_LIBS metal open_amp + bsd ) ## Add headers @@ -38,4 +39,4 @@ if (DEFINED TEST_RING_BUFFER) add_subdirectory(${CMAKE_SOURCE_DIR}/test/test_ring_buffer) endif() -add_subdirectory(${CMAKE_SOURCE_DIR}/test/send-data/) \ No newline at end of file +add_subdirectory(${CMAKE_SOURCE_DIR}/test/send-data/) -- Gitee