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

SRCS(
    yql_exec.cpp
    yql_lazy_init.cpp
    yql_optimize.cpp
    yql_visit.cpp
)

PEERDIR(
    yql/essentials/ast
    yql/essentials/utils
    yql/essentials/utils/log
    yql/essentials/core
    yql/essentials/core/expr_nodes
)

END()