aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/protos/ya.make
blob: dafcf64f092ea13088f0ffda7ad16f8c4e2d7935 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PROTO_LIBRARY() 
 
OWNER(g:kikimr)
 
SRCS( 
    actors.proto 
    interconnect.proto
    services_common.proto
    unittests.proto
) 
 
EXCLUDE_TAGS(GO_PROTO)

END()