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