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

OWNER(g:messagebus)

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

SRCS(
    server.cpp
)

END()