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

5 lines
187 B
CMake
Raw Normal View History

2024-03-08 13:55:17 +08:00
add_library(ip_reassembly ip_reassembly.cpp)
target_include_directories(ip_reassembly PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_link_libraries(ip_reassembly packet)
2024-02-22 18:52:04 +08:00
add_subdirectory(test)