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-2022/src/packet_io/CMakeLists.txt
2022-08-31 22:04:05 +08:00

11 lines
215 B
CMake

add_library(packet_io
../common/time_helper.cpp
packet_io_util.cpp
packet_io_internal.cpp
pcap_live_mode/pio_pcap_live.cpp
pcap_file_mode/pio_pcap_file.cpp
marsio_mode/pio_marsio.cpp
)
add_subdirectory(test)