aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api/CMakeLists.txt
blob: 6b137ece25b5eef39ebf40d21a5c92e78b153096 (plain) (blame)
1
2
3
4
5
6
7
add_library(cpp-malloc-api)
target_link_libraries(cpp-malloc-api PUBLIC
  contrib-libs-cxxsupp
)
target_sources(cpp-malloc-api PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/malloc/api/malloc.cpp
)