aboutsummaryrefslogtreecommitdiffstats
path: root/tools/archiver/ya.make
blob: 9193a14838c0b79a2dcb2870f47ee4109333865b (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()