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

OWNER(pg)

PEERDIR(
    library/cpp/getopt/small 
    library/cpp/svnversion
    library/cpp/build_info
)

SRCS(
    GLOBAL print.cpp 
)

END()