From 0117d5f8ff386075b0c4cbec0cbe460fe3cfa680 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 06 五月 2021 18:57:25 +0800 Subject: [PATCH] add logging, use boost.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