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

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

END()

RECURSE_FOR_TESTS(
    ut
)