From a92f880b2f9e8d51d6d57f93113bd534b2178f5f Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 20 七月 2021 10:12:03 +0800
Subject: [PATCH] compile utest

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

diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt
index 7047b6f..7826b92 100644
--- a/utest/CMakeLists.txt
+++ b/utest/CMakeLists.txt
@@ -4,5 +4,7 @@
 include_directories(../log)
 include_directories(../src)
 add_executable(utest ${sources})
+include_directories(${CMAKE_SOURCE_DIR}/proto)
+include_directories(${CMAKE_SOURCE_DIR}/protobuf/include)
 
 target_link_libraries(utest bhshmqbox bhome_shmq boost_test_exec_monitor boost_unit_test_framework boost_timer boost_chrono)

--
Gitblit v1.8.0