aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/ring_buffer/ya.make
blob: 7867ea0ffb91e7ddf667e46718c223cfa0c14da1 (plain) (blame)
1
2
3
4
5
6
7
8
LIBRARY()

SRCS(
    ring_buffer.cpp
)

END()