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