From 4b7d72629bb5b913b312769bd1757e141928b2de Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 16 四月 2021 14:27:02 +0800 Subject: [PATCH] add status box function; center run single inst. --- utest/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt index 23ca913..4992516 100644 --- a/utest/CMakeLists.txt +++ b/utest/CMakeLists.txt @@ -4,4 +4,4 @@ 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 boost_test_exec_monitor boost_unit_test_framework boost_timer boost_chrono) -- Gitblit v1.8.0