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-06-28 16:08:40 +08:00

5 lines
221 B
CMake

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