lichao
2021-04-26 5bb28835d06e27dbd960916c9fb11a555fc5a9bc
box/CMakeLists.txt
@@ -9,7 +9,7 @@
add_library(${Target} ${lib_sources})
add_executable(${BinTarget} ${exe_sources})
target_link_libraries(${Target} bhome_shmq bhome_msg pthread rt)
target_link_libraries(${Target} bhome_shmq_static pthread rt)
target_link_libraries(${BinTarget} ${Target} boost_filesystem )
set_target_properties(${BinTarget}
   PROPERTIES OUTPUT_NAME ${Target})