aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/topfreq/ya.make
blob: 2c91204fed688e6c98cc9dec3b0bc43045075f86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
YQL_UDF_CONTRIB(topfreq_udf)
    
    YQL_ABI_VERSION(
        2
        28
        0
    )
    
    SRCS(
        topfreq_udf.cpp
    )
    
    PEERDIR(
        yql/essentials/udfs/common/topfreq/static
    )
    
    END()

IF (NOT EXPORT_CMAKE)
    RECURSE_FOR_TESTS(
        test
        ut
    )
ENDIF()