blob: c56fec0dcfe1076a7c322a4c002a7b59debd965f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
add_library(cpp-containers-ring_buffer)
target_link_libraries(cpp-containers-ring_buffer PUBLIC
contrib-libs-cxxsupp
yutil
)
target_sources(cpp-containers-ring_buffer PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp
)
|