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

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/terminate_handler
)

END()