| | |
| | | ${CMAKE_CURRENT_SOURCE_DIR}/socket |
| | | ) |
| | | |
| | | target_link_libraries(shm_queue PUBLIC ${EXTRA_LIBS} ) |
| | | |
| | | # install rules |
| | | install(TARGETS shm_queue DESTINATION lib) |
| | |
| | | target_link_libraries(test_net_mod_socket PUBLIC shm_queue ${EXTRA_LIBS} ) |
| | | |
| | | add_executable(heart_beat heart_beat.cpp) |
| | | target_link_libraries(heart_beat PUBLIC shm_queue ${EXTRA_LIBS} ) |
| | | target_link_libraries(heart_beat PUBLIC shm_queue ) |
| | | # target_link_libraries(heart_beat PUBLIC shm_queue ${EXTRA_LIBS} ) |
| | | |
| | | |
| | | target_include_directories(test_net_mod_socket PUBLIC |