blob: 8da7f2f36192292590391d57927b99c138377383 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
add_library(library-cpp-ipmath)
target_link_libraries(library-cpp-ipmath PUBLIC
contrib-libs-cxxsupp
yutil
library-cpp-ipv6_address
)
target_sources(library-cpp-ipmath PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/ipmath/ipmath.cpp
${CMAKE_SOURCE_DIR}/library/cpp/ipmath/range_set.cpp
)
|