aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/terminate_handler/sample/pure-virtual/ya.make
blob: 27ef18f3a0ebfc6befa456d56b1c0f1ab87bf10d (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()