公告板
版本库
filestore
活动
搜索
登录
valib
/
bhshmq
bhshmq
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
add api BHQueryProcs.
lichao
2021-05-19
34cd75f77d0ca94dbdba4e6cc9451fe4d33e78b3
[valib/bhshmq.git]
/
utest
/
CMakeLists.txt
1
2
3
4
5
6
7
8
FILE(GLOB sources "./*.cpp")
include_directories(../log)
include_directories(../src)
add_executable(utest ${sources})
target_link_libraries(utest bhshmqbox bhome_shmq boost_test_exec_monitor boost_unit_test_framework boost_timer boost_chrono)