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