refactor: move packet_layer / packet_tunnel to packet.cpp
This commit is contained in:
@@ -5,8 +5,6 @@ add_library(packet
|
||||
packet_filter.cpp
|
||||
packet_dump.cpp
|
||||
packet_ldbc.cpp
|
||||
packet_layer.cpp
|
||||
packet_tunnel.cpp
|
||||
checksum.cpp)
|
||||
target_include_directories(packet PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_include_directories(packet PUBLIC ${CMAKE_SOURCE_DIR}/deps/uthash)
|
||||
|
||||
Reference in New Issue
Block a user