| | |
| | | configure_file(bus_config.h.in bus_config.h) |
| | | |
| | | add_library(shm_queue |
| | | ./logger_factory.cpp |
| | | ./socket/bus_server_socket.cpp |
| | | ./socket/bus_server_socket_wrapper.cpp |
| | | ./socket/shm_stream_mod_socket.cpp |
| | | ./socket/shm_socket.cpp |
| | | ./socket/shm_mod_socket.cpp |
| | | ./psem.cpp |
| | | ./svsem_util.cpp |
| | | ./bus_error.cpp |
| | | ./net/net_conn_pool.cpp |
| | | ./net/net_mod_server_socket_wrapper.cpp |
| | | ./net/net_mod_socket_wrapper.cpp |
| | | ./net/net_mod_socket.cpp |
| | | ./net/net_mod_socket_io.cpp |
| | | ./net/net_mod_server_socket.cpp |
| | | ./shm/shm_mm_wrapper.cpp |
| | | ./shm/mm.cpp |
| | | ./shm/hashtable.cpp |
| | | ./logger_factory.cpp |
| | | ./socket/bus_server_socket.cpp |
| | | ./socket/bus_server_socket_wrapper.cpp |
| | | ./socket/shm_stream_mod_socket.cpp |
| | | ./socket/shm_socket.cpp |
| | | ./socket/shm_mod_socket.cpp |
| | | ./time_util.cpp |
| | | ./psem.cpp |
| | | ./svsem_util.cpp |
| | | ./bus_error.cpp |
| | | ./futex_sem.cpp |
| | | ./net/net_conn_pool.cpp |
| | | ./net/net_mod_server_socket_wrapper.cpp |
| | | ./net/net_mod_socket_wrapper.cpp |
| | | ./net/net_mod_socket.cpp |
| | | ./net/net_mod_socket_io.cpp |
| | | ./net/net_mod_server_socket.cpp |
| | | ./shm/shm_mm_wrapper.cpp |
| | | ./shm/mm.cpp |
| | | ./shm/hashtable.cpp |
| | | |
| | | |
| | | ) |
| | | |
| | |
| | | ${CMAKE_CURRENT_SOURCE_DIR}/socket |
| | | ${CMAKE_CURRENT_SOURCE_DIR}/net |
| | | ) |
| | | |
| | | |
| | | |
| | | target_link_libraries(shm_queue PUBLIC ${EXTRA_LIBS} ) |
| | | |
| | | # install rules |
| | |
| | | ./socket/bus_server_socket_wrapper.h |
| | | ./psem.h |
| | | ./key_def.h |
| | | ./time_util.h |
| | | ./futex_sem.h |
| | | ./bus_error.h |
| | | ./svsem_util.h |
| | | ./logger_factory.h |