aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/example/client/ya.make
blob: 41dace996ab59b3dcc8ddc0b47a833ff81363d6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PROGRAM(messagebus_example_client)

PEERDIR(
    library/cpp/messagebus/test/example/common
)

SRCS(
    client.cpp
)

END()