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/containers/stack_array/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 library/cpp/containers/stack_array/CMakeLists.txt (limited to 'library/cpp/containers/stack_array') diff --git a/library/cpp/containers/stack_array/CMakeLists.txt b/library/cpp/containers/stack_array/CMakeLists.txt new file mode 100644 index 00000000000..bd230b96d4e --- /dev/null +++ b/library/cpp/containers/stack_array/CMakeLists.txt @@ -0,0 +1,9 @@ +add_library(cpp-containers-stack_array) +target_link_libraries(cpp-containers-stack_array PUBLIC + contrib-libs-cxxsupp + yutil +) +target_sources(cpp-containers-stack_array PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp +) -- cgit v1.3