summaryrefslogtreecommitdiff
path: root/infra/packet_io
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-08-29 17:59:19 +0800
committeryangwei <[email protected]>2024-08-29 18:16:37 +0800
commitcc2d2be3241da68f417fb826ec995d5036e7e328 (patch)
treeed4cb62f8bdfa400797dab2ec32b8a936d66a88f /infra/packet_io
parent4060f1bb09024ecf46e1389618cf0ab7673e7cec (diff)
🔧 build(infra build): refactor build parameters
Diffstat (limited to 'infra/packet_io')
-rw-r--r--infra/packet_io/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/packet_io/CMakeLists.txt b/infra/packet_io/CMakeLists.txt
index 75afae0..3d77732 100644
--- a/infra/packet_io/CMakeLists.txt
+++ b/infra/packet_io/CMakeLists.txt
@@ -1,3 +1,3 @@
add_library(packet_io dumpfile_io.c marsio_io.c packet_io.c)
target_include_directories(packet_io PUBLIC ${CMAKE_CURRENT_LIST_DIR})
-target_link_libraries(packet_io marsio pcap packet) \ No newline at end of file
+target_link_libraries(packet_io marsio pcap packet_parser) \ No newline at end of file