aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/retry/CMakeLists.txt
blob: 6345956a575cdc1d014081319d79e116fbe4c533 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
add_library(library-cpp-retry)
target_link_libraries(library-cpp-retry PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-retry-protos
)
target_sources(library-cpp-retry PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/retry/retry.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/retry/utils.cpp
)