aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sighandler/ya.make
blob: 761739bf394fe8e073354976f751a9c129eb75f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
LIBRARY()

OWNER(pg) 

SRCS(
    async_signals_handler.cpp
    async_signals_handler.h
)

END()