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