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

SRCS(
    yql_issue.cpp
)

PEERDIR(
    library/cpp/resource
    contrib/libs/protobuf
    yql/essentials/public/issue
    yql/essentials/core/issue/protos
)

RESOURCE(
    yql/essentials/core/issue/yql_issue.txt yql_issue.txt
)

END()

RECURSE_FOR_TESTS(
    ut
)