aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/dq_integration/transform/ya.make
blob: 192fcf8921747211050472b8861c88cf86b1f204 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

SRCS(
    yql_dq_task_transform.cpp
)

PEERDIR(
    yql/essentials/minikql
)

YQL_LAST_ABI_VERSION()

END()