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/infra/packet_io/test/CMakeLists.txt
2024-10-23 14:42:46 +08:00

8 lines
244 B
CMake

add_executable(gtest_packet_io gtest_packet_io.cpp)
target_link_libraries(gtest_packet_io packet_io gtest)
include(GoogleTest)
gtest_discover_tests(gtest_packet_io)
file(COPY ./conf/ DESTINATION ./conf/)
file(COPY ./pcap/ DESTINATION ./pcap/)