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

OWNER(nga)

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/terminate_handler 
)

END()