aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/lower_case/ya.make
blob: 97bea21224a5d4add8293d00f1655d3762ebd9a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY()

OWNER(
    pg
    g:util 
)

SRCS(
    lciter.cpp
    lchash.cpp
    hash_ops.cpp
)

END()