From 98bd1ce8294940a5f12b7ec8629199e8199beeb3 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期三, 01 二月 2023 17:55:52 +0800
Subject: [PATCH] add test code in main.c and test pic

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 806aae8..1a2dfe1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,3 +30,5 @@
 
 add_library(${BIN} SHARED shmparser.c)
 target_link_libraries(${BIN})
+
+add_executable(test shmparser.c main.c)
\ No newline at end of file

--
Gitblit v1.8.0