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

SRCS(
    yql_configuration_transformer.cpp
    yql_dispatch.cpp
    yql_setting.h
)

PEERDIR(
    yql/essentials/core
    yql/essentials/core/expr_nodes
    yql/essentials/ast
    yql/essentials/utils/log
    library/cpp/containers/sorted_vector
    library/cpp/string_utils/parse_size
    library/cpp/string_utils/levenshtein_diff
)


   YQL_LAST_ABI_VERSION()


END()