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