aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/example/server/ya.make
blob: 3d82245684a59e927b2826146ce19d4358a530a7 (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()