lichao
2021-04-15 c64c54d8e75b9354dc49a7b6b2d326e7dd59eb37
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)