This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/test/packet_tool/CMakeLists.txt

5 lines
226 B
CMake
Raw Normal View History

add_executable(packet_tool packet_tool.c)
target_link_libraries(packet_tool packet_parser pcap)
2024-05-29 17:55:44 +08:00
file(COPY split_pcap.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
file(COPY cmp_layers.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR})