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