公告板
版本库
filestore
活动
搜索
登录
valib
/
bhshmq
bhshmq
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
move ref count into msg meta, only 1 poinetr now.
lichao
2021-04-23
dc86ace85e437ecb8a2e728e4dce36d02bbb8a6e
[valib/bhshmq.git]
/
utest
/
CMakeLists.txt
1
2
3
4
5
6
7
FILE(GLOB sources "./*.cpp")
include_directories(../src)
add_executable(utest ${sources})
target_link_libraries(utest bhshmqbox boost_test_exec_monitor boost_unit_test_framework boost_timer boost_chrono)