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/CMakeLists.txt

11 lines
393 B
CMake
Raw Normal View History

2024-05-15 11:40:00 +08:00
add_executable(gtest_inject_tcp_rst gtest_inject_tcp_rst.cpp packet_injector_test_frame.cpp)
target_link_libraries(gtest_inject_tcp_rst core gtest)
include(GoogleTest)
2024-05-15 11:40:00 +08:00
gtest_discover_tests(gtest_inject_tcp_rst)
add_executable(packet_injector packet_injector.cpp)
target_link_libraries(packet_injector core gtest)
2024-05-15 11:40:00 +08:00
file(COPY ./conf/ DESTINATION ./conf/)
file(COPY ./pcap/ DESTINATION ./pcap/)