From 0909c67a6d16624587080634d24c9f123b926a8c Mon Sep 17 00:00:00 2001 From: hevake_lcj Date: Tue, 19 Jul 2022 17:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86cpp=5Ftbox=EF=BC=9B?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86log=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/Makefile | 1 + apps/cpp_tbox | 2 +- apps/log | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 apps/log diff --git a/apps/Makefile b/apps/Makefile index 957f6a5..d27ce67 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,6 +1,7 @@ apps += base event eventx util apps += network apps += terminal +apps += log apps += main apps += sample diff --git a/apps/cpp_tbox b/apps/cpp_tbox index cfbe198..0fac3d7 160000 --- a/apps/cpp_tbox +++ b/apps/cpp_tbox @@ -1 +1 @@ -Subproject commit cfbe198ef0a45381c962451372cf8f4737d78584 +Subproject commit 0fac3d757935d10b84b6c86e2e71bc3ee29f5ae3 diff --git a/apps/log b/apps/log new file mode 120000 index 0000000..27e89ff --- /dev/null +++ b/apps/log @@ -0,0 +1 @@ +cpp_tbox/log/ \ No newline at end of file -- Gitee