blob: 4a8cdf859e391d7b6a7803d07a657270522f321f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
YQL_UDF_CONTRIB(top_udf)
YQL_ABI_VERSION(
2
28
0
)
SRCS(
top_udf.cpp
)
PEERDIR(
library/cpp/containers/top_keeper
)
END()
RECURSE_FOR_TESTS(
test
)
|