From 72851db66655912cb9c92300a80985fb9797d168 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期二, 01 六月 2021 16:25:23 +0800
Subject: [PATCH] remove AtomicQueue, not used.
---
utest/CMakeLists.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt
index 23ca913..7047b6f 100644
--- a/utest/CMakeLists.txt
+++ b/utest/CMakeLists.txt
@@ -1,7 +1,8 @@
FILE(GLOB sources "./*.cpp")
+include_directories(../log)
include_directories(../src)
add_executable(utest ${sources})
-target_link_libraries(utest bhshm boost_test_exec_monitor boost_unit_test_framework boost_timer boost_chrono)
+target_link_libraries(utest bhshmqbox bhome_shmq boost_test_exec_monitor boost_unit_test_framework boost_timer boost_chrono)
--
Gitblit v1.8.0