公告板
版本库
filestore
活动
搜索
登录
valib
/
bhshmq
bhshmq
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
change shm socket msg queue to atomic queue.
lichao
2021-04-30
95bd9a67f9f6c90f627784e3f8fbf5c203784e51
[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)