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