aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/sfh/ya.make
blob: 0424a5f3b80d61abda3004cf3ae64cf8f654d796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY() 
 
OWNER(
    pg
    g:util
)
 
SRCS( 
    sfh.cpp 
) 
 
END()