diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-12 21:25:31 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-12 21:39:54 +0300 |
commit | d28c55ab25cc8cedab8a5f4736c0d66e88b3da95 (patch) | |
tree | 73d373709b74fa2baaa4fe02a40a77c0a5baf6b7 /library/cpp/yt/stockpile/CMakeLists.linux-x86_64.txt | |
parent | 35b17f4f3b6e0ed855e7e47d3f1eb57470388a2c (diff) | |
download | ydb-d28c55ab25cc8cedab8a5f4736c0d66e88b3da95.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/yt/stockpile/CMakeLists.linux-x86_64.txt')
-rw-r--r-- | library/cpp/yt/stockpile/CMakeLists.linux-x86_64.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/library/cpp/yt/stockpile/CMakeLists.linux-x86_64.txt b/library/cpp/yt/stockpile/CMakeLists.linux-x86_64.txt new file mode 100644 index 0000000000..d023cce4da --- /dev/null +++ b/library/cpp/yt/stockpile/CMakeLists.linux-x86_64.txt @@ -0,0 +1,21 @@ + +# This file was generated 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-yt-stockpile) +target_compile_options(cpp-yt-stockpile PRIVATE + -Wdeprecated-this-capture +) +target_link_libraries(cpp-yt-stockpile PUBLIC + contrib-libs-linux-headers + contrib-libs-cxxsupp + yutil +) +target_sources(cpp-yt-stockpile PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/yt/stockpile/stockpile_linux.cpp +) |