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

OWNER(nga)

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/terminate_handler
)

END()