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

SRCS(
    cache.cpp
    thread_safe_cache.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)