aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/ya.make
blob: c7b195c73b41be6f7160371d31e36123e98b17b6 (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()