aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/hdr/CMakeLists.txt
blob: 6a7edce36c11fae7b5de8d984b37d929f5e992fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
add_library(cpp-histogram-hdr)
target_link_libraries(cpp-histogram-hdr PUBLIC
  contrib-libs-cxxsupp
  yutil
  contrib-libs-hdr_histogram
)
target_sources(cpp-histogram-hdr PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/histogram/hdr/histogram_iter.cpp
)