aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/example/server/ya.make
blob: 70101f175ced83794b96f056b56f35a3bf3632a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PROGRAM(messagebus_example_server)

PEERDIR(
    library/cpp/messagebus/test/example/common
)

SRCS(
    server.cpp
)

END()