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

5 lines
190 B
CMake

add_executable(gtest_tcp_reassembly gtest_tcp_reassembly.cpp)
target_link_libraries(gtest_tcp_reassembly tcp_reassembly gtest)
include(GoogleTest)
gtest_discover_tests(gtest_tcp_reassembly)