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)
gtest_discover_tests(gtest_inject_tcp_rst)
add_executable(packet_injector packet_injector.cpp)
target_link_libraries(packet_injector core gtest)
file(COPY ./conf/ DESTINATION ./conf/)
file(COPY ./pcap/ DESTINATION ./pcap/)