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

9 lines
374 B
CMake
Raw Normal View History

2024-02-22 18:52:04 +08:00
###############################################################################
# ip_reassemble
###############################################################################
add_library(ip_reassemble ip_reassemble.cpp)
target_include_directories(ip_reassemble PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_link_libraries(ip_reassemble timestamp packet)
add_subdirectory(test)