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
tango-tsg-service-chaining-…/common/CMakeLists.txt

7 lines
330 B
CMake
Raw Normal View History

add_library(common src/addr_tuple4.cpp src/session_table.cpp src/raw_packet.cpp src/ctrl_packet.cpp src/bfd.cpp src/utils.cpp src/g_vxlan.cpp)
target_link_libraries(common PUBLIC cjson)
target_link_libraries(common PUBLIC mrzcpd)
2023-01-10 16:30:34 +08:00
target_include_directories(common PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
add_subdirectory(test)