From ee9de4031d70d69ccfd32d466070d68428dae2b2 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期三, 19 五月 2021 16:34:20 +0800 Subject: [PATCH] change lib build config. --- utest/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt index cbe5be7..7047b6f 100644 --- a/utest/CMakeLists.txt +++ b/utest/CMakeLists.txt @@ -5,4 +5,4 @@ include_directories(../src) add_executable(utest ${sources}) -target_link_libraries(utest bhshmqbox 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