diff options
| author | arcadia-devtools <[email protected]> | 2022-06-01 19:39:37 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-06-01 19:39:37 +0300 |
| commit | 99fca73a0675152ed88aab094d59e84e0789715d (patch) | |
| tree | 1e2ed67a7773e90ac63025cbe49f3491fa3098c3 /library/cpp/yt/malloc | |
| parent | adef74076d4daf7d6eecf0d25f61a5a6a4e05c38 (diff) | |
intermediate changes
ref:92c37846cff40718ed69273194a02776aa72f499
Diffstat (limited to 'library/cpp/yt/malloc')
| -rw-r--r-- | library/cpp/yt/malloc/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/library/cpp/yt/malloc/CMakeLists.txt b/library/cpp/yt/malloc/CMakeLists.txt new file mode 100644 index 00000000000..ead9e4e1e45 --- /dev/null +++ b/library/cpp/yt/malloc/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-yt-malloc) +target_link_libraries(cpp-yt-malloc PUBLIC + contrib-libs-cxxsupp + yutil +) +target_sources(cpp-yt-malloc PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp +) |
