blob: c8ade057bc6fef7033d96c03207418f809eb8f0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
YQL_UDF(ip_udf)
YQL_ABI_VERSION(
2
28
0
)
SRCS(
ip_base.cpp
)
PEERDIR(
yql/essentials/udfs/common/ip_base/lib
)
END()
RECURSE_FOR_TESTS(
test
)
|