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

PEERDIR(
    yql/essentials/core/issue/protos
    yql/essentials/parser/proto_ast/gen/v1
    yql/essentials/parser/proto_ast/gen/v1_ansi
    yql/essentials/parser/proto_ast/gen/v1_antlr4
    yql/essentials/parser/proto_ast/gen/v1_ansi_antlr4
)

SRCS(
    lexer.cpp
)

SUPPRESSIONS(
    tsan.supp
)

END()