| | |
| | | |
| | | |
| | | # should we use our own math functions |
| | | option(SUPPORT_RDMA "If support rdma" OFF) |
| | | |
| | |
| | | ./socket/shm_mod_socket.cpp |
| | | ./time_util.cpp |
| | | ./psem.cpp |
| | | ./svsem.cpp |
| | | ./bus_error.cpp |
| | | ./futex_sem.cpp |
| | | ./svsem.cpp |
| | | ./net/net_conn_pool.cpp |
| | | ./net/net_mod_server_socket_wrapper.cpp |
| | | ./net/net_mod_socket_wrapper.cpp |
| | |
| | | ./shm/shm_mm_wrapper.cpp |
| | | ./shm/mm.cpp |
| | | ./shm/hashtable.cpp |
| | | |
| | | |
| | | ) |
| | | |
| | |
| | | ./time_util.h |
| | | ./futex_sem.h |
| | | ./bus_error.h |
| | | ./svsem.h |
| | | ./bus_def.h |
| | | ./logger_factory.h |
| | | ./queue/linked_lock_free_queue.h |
| | | ./queue/array_lock_free_queue2.h |
| | | ./queue/array_lock_free_queue.h |
| | | ./queue/shm_queue.h |
| | | ./queue/array_lock_free_sem_queue.h |
| | | ./queue/lock_free_queue.h |
| | | ./svsem.h |
| | | ./net/net_conn_pool.h |
| | | ./net/net_mod_socket.h |
| | | ./net/net_mod_server_socket_wrapper.h |
| | |
| | | ./shm/shm_allocator.h |
| | | |
| | | |
| | | |
| | | DESTINATION include) |
| | | |
| | | install(FILES "${PROJECT_BINARY_DIR}/src/bus_config.h" |