liuxiaolong
2021-04-25 238b3cab1bc1c6b2f1b2f03df3a78c8d1db6c685
1
2
3
4
5
6
7
8
 
file(GLOB sources "./*.cpp")
 
set(Target bhome_shmq)
 
add_library(${Target} ${sources})
 
target_link_libraries(${Target} bhome_msg pthread rt)