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
2024-08-29 18:16:37 +08:00

5 lines
226 B
CMake

add_executable(packet_tool packet_tool.c)
target_link_libraries(packet_tool packet_parser pcap)
file(COPY split_pcap.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
file(COPY cmp_layers.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR})