From 9bf199a4770b08c03d553129757d960b605e598a Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期五, 14 五月 2021 18:05:21 +0800
Subject: [PATCH] add center info at fixed address in shm.

---
 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