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

SRCS(
    partitioning.cpp
    translation_settings.cpp
)

PEERDIR(
    library/cpp/deprecated/split
    library/cpp/json
    yql/essentials/core/issue
    yql/essentials/core/pg_settings
    yql/essentials/core/issue/protos
    yql/essentials/utils
)

END()