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

12 lines
244 B
CMake
Raw Normal View History

add_library(packet_io
../common/global_var.cpp
../common/pio_packet_queue.cpp
2022-08-05 11:03:11 +08:00
../common/time_helper.cpp
packet_io.cpp
pcap_live_mode/pio_pcap_live.cpp
pcap_file_mode/pio_pcap_file.cpp
marsio_mode/pio_marsio.cpp
)
add_subdirectory(test)