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

LIBRARY()

SRCS(
    ring_buffer.cpp
)

END()