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