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