aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/example/client/ya.make
blob: 81713a53182ffd478eb32239049794a7d1064e93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROGRAM(messagebus_example_client) 
 
OWNER(g:messagebus)
 
PEERDIR( 
    library/cpp/messagebus/test/example/common
) 
 
SRCS( 
    client.cpp 
) 
 
END()