aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/terminate_handler/ya.make
blob: b419b2371825f672c5c345c8cdae993b3404c4ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

OWNER( 
    ilnurkh 
    eeight 
) 

SRCS(
    GLOBAL terminate_handler.cpp 
    segv_handler.cpp
)

END()