aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/bucket_quoter/ya.make
blob: 2ab24a02844447f8a9f2bf694e229f82c7fafdde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()


SRCS(
    bucket_quoter.cpp
)

PEERDIR(
    library/cpp/deprecated/atomic
)

END()

RECURSE_FOR_TESTS(
    ut
)