aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/streaming/ya.make
blob: 9b080a7f86f84a75c345e0def4ad61ee6e38632f (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_CONTRIB(streaming_udf)

YQL_ABI_VERSION(
    2
    27
    0
)

SRCS(
    streaming_udf.cpp
)

PEERDIR(
    library/cpp/deprecated/kmp
)

END()

RECURSE_FOR_TESTS(
    test
)