aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/terminate_handler/sample/exception/ya.make
blob: 444cc48c3b0ea2c5d35f9be0b9b589c89915a2b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PROGRAM(exception_sample)


SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/terminate_handler
)

END()