aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/example/common/ya.make
blob: b0f4e35e16090051d5546f9b6d80a1cd1d56ba60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY(messagebus_test_example_common)

OWNER(g:messagebus) 

PEERDIR(
    library/cpp/messagebus
    library/cpp/messagebus/protobuf
)

SRCS(
    proto.cpp
    messages.proto
)

END()