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