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