diff options
| author | yangwei <[email protected]> | 2024-08-29 17:59:19 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-08-29 18:16:37 +0800 |
| commit | cc2d2be3241da68f417fb826ec995d5036e7e328 (patch) | |
| tree | ed4cb62f8bdfa400797dab2ec32b8a936d66a88f /infra/packet_io | |
| parent | 4060f1bb09024ecf46e1389618cf0ab7673e7cec (diff) | |
🔧 build(infra build): refactor build parameters
Diffstat (limited to 'infra/packet_io')
| -rw-r--r-- | infra/packet_io/CMakeLists.txt | 2 |
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 |
