aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/terminate_handler/sample/exception/ya.make
blob: f3471eae676bcd6f9b2046eef654ad2e5edb211d (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()