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

SRCS(
    yql_dq_integration.cpp
    yql_dq_optimization.cpp
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/yson
    yql/essentials/ast
    yql/essentials/core
    yql/essentials/core/expr_nodes
)

YQL_LAST_ABI_VERSION()

END()

RECURSE(
    transform
)