From a3a8a5f5ad55437fc27d02ec623b09679ce2bacc Mon Sep 17 00:00:00 2001 From: thegeorg Date: Wed, 25 May 2022 15:07:36 +0300 Subject: Adapt ya.make files for piglet ref:1150fa0022f08fae0f90854f77582952fc7df292 --- library/cpp/threading/chunk_queue/CMakeLists.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 library/cpp/threading/chunk_queue/CMakeLists.txt (limited to 'library/cpp/threading/chunk_queue') diff --git a/library/cpp/threading/chunk_queue/CMakeLists.txt b/library/cpp/threading/chunk_queue/CMakeLists.txt new file mode 100644 index 00000000000..1887cec9c6e --- /dev/null +++ b/library/cpp/threading/chunk_queue/CMakeLists.txt @@ -0,0 +1,17 @@ + +# This file was gererated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + + +add_library(cpp-threading-chunk_queue) +target_link_libraries(cpp-threading-chunk_queue PUBLIC + contrib-libs-cxxsupp + yutil +) +target_sources(cpp-threading-chunk_queue PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp +) -- cgit v1.3