aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/dynamic_counters/CMakeLists.windows-x86_64.txt
blob: 35f39a552a8dd489a3b5dff69f58859cd13c1427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.


add_subdirectory(percentile)

add_library(cpp-monlib-dynamic_counters)
target_link_libraries(cpp-monlib-dynamic_counters PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-containers-stack_vector
  monlib-encode-json
  monlib-encode-spack
  monlib-encode-prometheus
  monlib-service-pages
  cpp-string_utils-quote
  cpp-threading-light_rw_lock
)
target_sources(cpp-monlib-dynamic_counters PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/counters.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/encode.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/golovan_page.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/monlib/dynamic_counters/page.cpp
)