wangzhengquan
2021-02-26 3414a407f12677845087571c59713182a9b21d05
test_net_socket/CMakeLists.txt
@@ -7,9 +7,9 @@
# add the executable
add_executable(test_net_mod_socket test_net_mod_socket.cpp  ${PROJECT_BINARY_DIR}/bin/net_mod_socket.sh)
target_link_libraries(test_net_mod_socket PRIVATE shm_queue  ${EXTRA_LIBS} )
target_include_directories(test_net_mod_socket PRIVATE
add_executable(shm_util shm_util.cpp  ${PROJECT_BINARY_DIR}/bin/net_mod_socket.sh)
target_link_libraries(shm_util PRIVATE shm_queue  ${EXTRA_LIBS} )
target_include_directories(shm_util PRIVATE
                            "${PROJECT_BINARY_DIR}"
                             ${EXTRA_INCLUDES}
                            )
@@ -31,4 +31,4 @@
# add the install targets
install(TARGETS test_net_mod_socket DESTINATION bin)
install(TARGETS shm_util DESTINATION bin)