aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/ring_buffer/ya.make
blob: 7d8c0f8fa1645c3723958782a289a60097726ba8 (plain) (blame)
1
2
3
4
5
6
7
8
9
OWNER(mowgli) 

LIBRARY()

SRCS(
    ring_buffer.cpp
)

END()