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

OWNER(g:passport_infra)

PEERDIR(
    library/cpp/tvmauth/client
)

SRCS(
    create.cpp
)

END()