lichao
2021-06-23 c1e39e20ca42b21eeac8b5068fa1f921bf9a070f
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)