aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/CMakeLists.txt
blob: ef15eea6fdd91f21dc321540d201509bf820e0e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_library(cpp-yt-memory)
target_link_libraries(cpp-yt-memory PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-yt-assert
  cpp-yt-misc
  cpp-ytalloc-api
)
target_sources(cpp-yt-memory PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp
)