refactor(test/packet_tool): from *.cpp to *.c

This commit is contained in:
luwenpeng
2024-08-28 18:04:38 +08:00
parent 78e8db9a4f
commit 7db301ff61
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
add_executable(packet_tool packet_tool.cpp)
add_executable(packet_tool packet_tool.c)
target_link_libraries(packet_tool packet pcap)
file(COPY split_pcap.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR})