aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/terminate_handler/ya.make
blob: 70a9712feda8e5f0d071f0b5c72a5bee0578e892 (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()