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