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