aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/ut_common/ya.make
blob: d6c008557c054a8379aa986bd4bad19dc8f26b08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LIBRARY()

SRCS(
    yql_ut_common.cpp
    yql_ut_common.h
)

PEERDIR(
    yql/essentials/core
    yql/essentials/core/expr_nodes
    contrib/ydb/library/yql/dq/proto
    contrib/ydb/library/yql/dq/expr_nodes
)


YQL_LAST_ABI_VERSION()


END()