aboutsummaryrefslogtreecommitdiffstats
path: root/tools/archiver/ya.make
blob: 6e4b1fc9eb98a057ba1400a5f5aac077e447d042 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PROGRAM()

OWNER(
    pg
    mvel
)

PEERDIR(
    library/cpp/archive
    library/cpp/digest/md5
    library/cpp/getopt/small
)

SRCS(
    main.cpp 
)

SET(IDE_FOLDER "_Builders")

END()