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

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

SRCS(
    GLOBAL print.cpp
)

END()

RECURSE(
    last_getopt_demo
    small
    ut
)