From b4cb34dfb2619f594d82e512fd9ff7fc97400133 Mon Sep 17 00:00:00 2001 From: arcadia-devtools Date: Fri, 18 Feb 2022 15:49:59 +0300 Subject: intermediate changes ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 --- library/cpp/monlib/encode/buffered/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library/cpp/monlib/encode/buffered/CMakeLists.txt (limited to 'library/cpp/monlib/encode/buffered') diff --git a/library/cpp/monlib/encode/buffered/CMakeLists.txt b/library/cpp/monlib/encode/buffered/CMakeLists.txt new file mode 100644 index 00000000000..3cf47f81838 --- /dev/null +++ b/library/cpp/monlib/encode/buffered/CMakeLists.txt @@ -0,0 +1,11 @@ +add_library(monlib-encode-buffered) +target_link_libraries(monlib-encode-buffered PUBLIC + contrib-libs-cxxsupp + yutil + cpp-monlib-encode + cpp-monlib-metrics +) +target_sources(monlib-encode-buffered PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/buffered_encoder_base.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/buffered/string_pool.cpp +) -- cgit v1.3