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