aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/protobuf/ya.make
blob: 35649705fe2a7f2a98ca6a07270ec3b25f3d9cc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY(messagebus_protobuf) 
 
OWNER(g:messagebus)
 
SRCS( 
    ybusbuf.cpp 
) 
 
PEERDIR( 
    contrib/libs/protobuf
    library/cpp/messagebus
    library/cpp/messagebus/actor
) 
 
END()