Add Packet/IPv4/TCP/UDP helpers API
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# packet
|
||||
###############################################################################
|
||||
|
||||
add_library(packet packet.cpp packet_helpers.cpp)
|
||||
add_library(packet packet.cpp)
|
||||
target_include_directories(packet PUBLIC ${CMAKE_SOURCE_DIR}/src/packet)
|
||||
target_include_directories(packet PUBLIC ${CMAKE_SOURCE_DIR}/src/tuple)
|
||||
target_include_directories(packet PUBLIC ${CMAKE_SOURCE_DIR}/deps/uthash)
|
||||
|
||||
Reference in New Issue
Block a user