aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/alloc_profiler/CMakeLists.txt
blob: a5720811279d328c8e7d3b00543a9489b195e629 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
add_library(cpp-lfalloc-alloc_profiler)
target_link_libraries(cpp-lfalloc-alloc_profiler PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-lfalloc-dbg_info
  library-cpp-cache
)
target_sources(cpp-lfalloc-alloc_profiler PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/profiler.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/lfalloc/alloc_profiler/stackcollect.cpp
)