aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/md5/ya.make
blob: 501929c4488ec0dfa9ce3ed1af66e3a1ea9d0b10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY() 
 
OWNER(
    pg
    g:util
)
 
SRCS( 
    md5.cpp 
) 
 
PEERDIR(
    contrib/libs/nayuki_md5 
    library/cpp/string_utils/base64
)

END()