From 8c36971afa38f8a2fb058704d6c584e0ce0c2bc4 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期四, 02 二月 2023 17:59:22 +0800
Subject: [PATCH] add go api

---
 CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a2dfe1..4b85d8b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@
     ${CMAKE_SOURCE_DIR}
 )
 
-add_library(${BIN} SHARED shmparser.c)
+add_library(${BIN} SHARED shmparser/shmparser.c)
 target_link_libraries(${BIN})
 
-add_executable(test shmparser.c main.c)
\ No newline at end of file
+add_executable(test shmparser/shmparser.c ctest/main.c)
\ No newline at end of file

--
Gitblit v1.8.0