aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/ip_base/lib/ya.make
blob: 726335147712a901367baeaf691d12f19aebb173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LIBRARY()

YQL_ABI_VERSION(
    2
    28
    0
)

SRCS(
    ip_base_udf.cpp
)

PEERDIR(
    yql/essentials/public/udf
    library/cpp/ipmath
    library/cpp/ipv6_address
)

END()