lichao
2021-03-24 9cf3ddc288193e2fe645f34388322f9586ee043d
1
2
3
4
5
6
7
8
 
file(GLOB sources "./*.cpp")
 
set(Target bhshm)
 
add_library(${Target} ${sources})
 
target_link_libraries(${Target} pthread rt)