summaryrefslogtreecommitdiffstats
path: root/yt/yql/providers/ytflow/integration/interface/ya.make
blob: ae8cf941de0eccd6580cb3041abe60bb064e5542 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()

YQL_LAST_ABI_VERSION()

PEERDIR(
    yql/essentials/ast
    yql/essentials/core
    yql/essentials/minikql
)

SRCS(
    yql_ytflow_integration.cpp
    yql_ytflow_optimization.cpp
)

END()