aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/ya.make
blob: c49217566719565534b1addf65e5eccfbd44c9ca (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()