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

SRCS(
    bucket_quoter.cpp
)

PEERDIR(
    library/cpp/deprecated/atomic
)

END()

RECURSE_FOR_TESTS(
    ut
)