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