aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/example1/ya.make
blob: c79f3c54083ec56d16d1caaa215c43807935cb14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROGRAM(lwtrace-example1) 
 
OWNER(cthulhu) 
 
SRCS( 
    lwtrace_example1.cpp 
) 
 
PEERDIR( 
    library/cpp/lwtrace
) 
 
END()