Add packet IO module
* support marsio
* support dumpfile ( 1 thread read dumpfile & N thread handle packet)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# packet
|
||||
###############################################################################
|
||||
|
||||
add_library(packet packet.cpp)
|
||||
add_library(packet packet.cpp packet_utils.cpp)
|
||||
target_include_directories(packet PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_include_directories(packet PUBLIC ${CMAKE_SOURCE_DIR}/deps/uthash)
|
||||
target_link_libraries(packet tuple log)
|
||||
|
||||
Reference in New Issue
Block a user