aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/sql_format/ya.make
blob: d775025e54efee67e51699746f648d37196ea915 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

SRCS(
    sql_format.cpp
)

PEERDIR(
    yql/essentials/sql/v1/format
    yql/essentials/sql/v1/lexer/antlr4
    yql/essentials/sql/v1/lexer/antlr4_ansi
    yql/essentials/sql/v1/proto_parser/antlr4
    yql/essentials/sql/v1/proto_parser/antlr4_ansi
)

END()