aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/example4/ya.make
blob: 22dd2090686e85c0acd1f73d5af26a5200e53d2a (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()