From 2d9af13f5910b726071538754a5724aea5befc44 Mon Sep 17 00:00:00 2001 From: yonglin_zhang <1248825327@qq.com> Date: Sun, 19 Jun 2022 21:59:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ yonglin_zhang/debug_info | 1 + 2 files changed, 4 insertions(+) create mode 160000 yonglin_zhang/debug_info diff --git a/.gitmodules b/.gitmodules index b667651..561b2ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "yonglin_zhang/unit-testing"] path = yonglin_zhang/unit-testing url = git@gitee.com:black-bear-404_admin/unit-testing.git +[submodule "yonglin_zhang/debug_info"] + path = yonglin_zhang/debug_info + url = git@gitee.com:black-bear-404_admin/debug_info.git diff --git a/yonglin_zhang/debug_info b/yonglin_zhang/debug_info new file mode 160000 index 0000000..b4d0efc --- /dev/null +++ b/yonglin_zhang/debug_info @@ -0,0 +1 @@ +Subproject commit b4d0efce3884529a2b281ee53e38b7872c2fb701 -- Gitee From 4cd96ec236f8b0db7aa9ca9da50208550eea0f3d Mon Sep 17 00:00:00 2001 From: yonglin_zhang <1248825327@qq.com> Date: Sun, 19 Jun 2022 22:03:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B0=86debug=E5=BA=93=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=88=B0v1.1=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yonglin_zhang/CMakeLists.txt | 1 + yonglin_zhang/debug_info | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/yonglin_zhang/CMakeLists.txt b/yonglin_zhang/CMakeLists.txt index dc9b184..1e982b7 100644 --- a/yonglin_zhang/CMakeLists.txt +++ b/yonglin_zhang/CMakeLists.txt @@ -2,5 +2,6 @@ cmake_minimum_required(VERSION 3.0) project(alg C) +add_subdirectory(debug_info) add_subdirectory(unit-testing) add_subdirectory(link_list) \ No newline at end of file diff --git a/yonglin_zhang/debug_info b/yonglin_zhang/debug_info index b4d0efc..db21edd 160000 --- a/yonglin_zhang/debug_info +++ b/yonglin_zhang/debug_info @@ -1 +1 @@ -Subproject commit b4d0efce3884529a2b281ee53e38b7872c2fb701 +Subproject commit db21eddad3d223c0990580bbe609f2063dc9896e -- Gitee