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. --- utest/CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt index 4992516..cbe5be7 100644 --- a/utest/CMakeLists.txt +++ b/utest/CMakeLists.txt @@ -1,6 +1,7 @@ FILE(GLOB sources "./*.cpp") +include_directories(../log) include_directories(../src) add_executable(utest ${sources}) -- Gitblit v1.8.0