From c2cc00574415c612e82f0955523d422f59594912 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期四, 06 五月 2021 19:40:38 +0800
Subject: [PATCH] disable center console log.

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

diff --git a/box/CMakeLists.txt b/box/CMakeLists.txt
index 9d9137d..a8aa868 100644
--- a/box/CMakeLists.txt
+++ b/box/CMakeLists.txt
@@ -6,6 +6,7 @@
 set(BinTarget ${Target}-bin)
 
 include_directories(../src)
+include_directories(../log)
 add_library(${Target} ${lib_sources})
 add_executable(${BinTarget} ${exe_sources})
 

--
Gitblit v1.8.0