aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/unified_agent_client/examples/ua_grpc_client/ya.make
blob: 7700d7b49a9b9c8b35a9f2701ed8e38b4f4dbf71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PROGRAM(ua_grpc_client)

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/unified_agent_client
    library/cpp/getopt
)

END()