aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/issue/ya.make
blob: 0179b23bbb8ae81eb078034dceedaf2386ceb8a4 (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
24
25
26
LIBRARY()

SRCS(
    yql_issue.cpp
    yql_issue_message.cpp
    yql_issue_manager.cpp
    yql_issue_utils.cpp
    yql_warning.cpp
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/colorizer
    library/cpp/resource
    contrib/ydb/public/api/protos
    yql/essentials/public/issue/protos
    contrib/ydb/library/yql/utils
)

GENERATE_ENUM_SERIALIZATION(yql_warning.h)

END()

RECURSE_FOR_TESTS(
    ut
)