aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/protobuf/ya.make
blob: 276280182de5cdf1676b0533779b8581a1d6fb03 (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()