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

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/terminate_handler
)

END()