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

SRCS(
    GLOBAL terminate_handler.cpp
    segv_handler.cpp
)

END()

RECURSE(
    sample
)