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