aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/ya.make
blob: dde9e7a00d95eafaa5b92769a395de922bfe262c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

OWNER(g:passport_infra)

PEERDIR(
    library/cpp/cgiparam
    library/cpp/http/simple
    library/cpp/tvmauth/client
)

SRCS(
    service.cpp
)

END()